Searched refs:flo (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Objects/ |
H A D | floatobject.c | 2289 unsigned int fhi, flo; in PyFloat_Pack8() local 2331 /* fhi receives the high 28 bits; flo the low 24 bits (== 52 bits) */ in PyFloat_Pack8() 2338 flo = (unsigned int)(f + 0.5); /* Round */ in PyFloat_Pack8() 2339 assert(flo <= 16777216); in PyFloat_Pack8() 2340 if (flo >> 24) { in PyFloat_Pack8() 2342 flo = 0; in PyFloat_Pack8() 2374 *p = (flo >> 16) & 0xFF; in PyFloat_Pack8() 2378 *p = (flo >> 8) & 0xFF; in PyFloat_Pack8() 2382 *p = flo & 0xFF; in PyFloat_Pack8() 2560 unsigned int fhi, flo; in PyFloat_Unpack8() local [all...] |
/third_party/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 805 char c, flo = 0, d_minus = '-', d_dot = '.', d_star = '*', s_minus = '\0', in lws_tokenize() local 922 if (flo) in lws_tokenize() 924 flo = 1; in lws_tokenize() 1041 if (flo) in lws_tokenize()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_; 477 xor $a0,$flo,$glo 568 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
|
H A D | sha512-parisc.pl | 391 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo,$flag)=@_; 409 and $flo,$elo,$a0
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_; 477 xor $a0,$flo,$glo 568 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
|
H A D | sha512-parisc.pl | 391 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo,$flag)=@_; 409 and $flo,$elo,$a0
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 15 flo u32 $r2 $r1 64 flo u32 $r2 $r1
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 17450 const fp16type flo (f * l * o); 17451 const fp16type detA (a * (fkp.asFloat() + gln.asFloat() + hjo.asFloat() - hkn.asFloat() - gjp.asFloat() - flo.asFloat()));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 17352 const fp16type flo (f * l * o); 17353 const fp16type detA (a * (fkp.asFloat() + gln.asFloat() + hjo.asFloat() - hkn.asFloat() - gjp.asFloat() - flo.asFloat()));
|
Completed in 57 milliseconds