Home
last modified time | relevance | path

Searched refs:flo (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Objects/
Dfloatobject.c2297 unsigned int fhi, flo; in _PyFloat_Pack8() local
2346 flo = (unsigned int)(f + 0.5); /* Round */ in _PyFloat_Pack8()
2347 assert(flo <= 16777216); in _PyFloat_Pack8()
2348 if (flo >> 24) { in _PyFloat_Pack8()
2350 flo = 0; in _PyFloat_Pack8()
2382 *p = (flo >> 16) & 0xFF; in _PyFloat_Pack8()
2386 *p = (flo >> 8) & 0xFF; in _PyFloat_Pack8()
2390 *p = flo & 0xFF; in _PyFloat_Pack8()
2573 unsigned int fhi, flo; in _PyFloat_Unpack8() local
2614 flo = *p << 16; in _PyFloat_Unpack8()
[all …]
/third_party/node/deps/npm/node_modules/abbrev/
DREADME.md12 , flo: 'flop'
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c805 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/glslang/Test/
DtokenPaste.vert43 #define multiPaste(a, b, c) a##or##b flo##at foo##c
/third_party/openssl/crypto/sha/asm/
Dsha512-ppc.pl470 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
474 xor $a0,$flo,$glo
565 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
Dsha512-parisc.pl388 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo,$flag)=@_;
406 and $flo,$elo,$a0
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgm107.asm15 flo u32 $r2 $r1
64 flo u32 $r2 $r1
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_device_test.dart77 05a02bac device usb:336592896X product:razor model:Nexus_7 device:flo
/third_party/python/Lib/test/
Dmime.types523 application/vnd.micrografx.flo flo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17337 const fp16type flo (f * l * o); in calc() local
17338 …* (fkp.asFloat() + gln.asFloat() + hjo.asFloat() - hkn.asFloat() - gjp.asFloat() - flo.asFloat())); in calc()