Searched refs:kl (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/exr/
H A DEXRGamma.h13 float g, m, d, kl, f, s; member in struct:Gamma
H A DEXRGamma.cpp59 kl (Imath::Math<float>::pow(2, kneeLow)),
60 f (findKneeF (Imath::Math<float>::pow(2, kneeHigh) - kl,
61 Imath::Math<float>::pow(2, 3.5) - kl)),
86 if (x > kl)
87 x = kl + knee (x - kl, f);
/haiku/src/system/libroot/posix/musl/crypt/
H A Dcrypt_des.c729 uint32_t kl, kr; local
736 kl = kr = 0;
739 kl |= comp_maskl0[i][(t0 >> ibit) & 7];
742 kl |= comp_maskl1[i][(t0 >> ibit) & 0xf];
746 ekey->l[round] = kl;
779 const uint32_t *kl = ekey->l; local
803 r48l ^= f ^ *kl++;

Completed in 32 milliseconds