Home
last modified time | relevance | path

Searched refs:d32 (Results 1 – 25 of 37) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h53 static float uint32_to_float(uint32_t d32) { return BitCast<float>(d32); } in uint32_to_float() argument
288 explicit Single(uint32_t d32) : d32_(d32) {} in Single() argument
306 uint32_t d32 = AsUint32(); in Exponent() local
308 static_cast<int>((d32 & kExponentMask) >> kPhysicalSignificandSize); in Exponent()
313 uint32_t d32 = AsUint32(); in Significand() local
314 uint32_t significand = d32 & kSignificandMask; in Significand()
324 uint32_t d32 = AsUint32(); in IsDenormal() local
325 return (d32 & kExponentMask) == 0; in IsDenormal()
331 uint32_t d32 = AsUint32(); in IsSpecial() local
332 return (d32 & kExponentMask) == kExponentMask; in IsSpecial()
[all …]
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties17 vm.jdk-32-client.args=-d32 -client
20 vm.jdk-32-server.args=-d32 -server
/external/deqp-deps/glslang/Test/
DloopsArtificial.frag47 uniform float d32;
Dloops.frag47 uniform float d32;
/external/tcpdump/tests/
Dicmpv6.out13 0x0020: 0464 6f6d 3104 646f 6d32 0374 6c64 0000
Dprint-xx.out31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a
372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32
Dprint-x.out27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570
367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465
Dprint-capX.out27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570 132x56-2)..Accep
367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465 -25.jpg".alt="De
Dprint-capXX.out31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a 2x56-2)..Accept:
372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32 ebian/openlogo-2
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c793 Elf32_Dyn (*d32)[dyn_filesz / sizeof (Elf32_Dyn)] = dyns; in dwfl_segment_report_module() local
808 if (consider_dyn ((*d32)[i].d_tag, (*d32)[i].d_un.d_val)) in dwfl_segment_report_module()
Dlink_map.c967 Elf32_Dyn (*d32)[dyn_filesz / sizeof (Elf32_Dyn)] = buf; in dwfl_link_map_report() local
991 if ((*d32)[i].d_tag == DT_DEBUG) in dwfl_link_map_report()
993 r_debug_vaddr = (*d32)[i].d_un.d_val; in dwfl_link_map_report()
/external/libjpeg-turbo/java/
DCMakeLists.txt15 …RGS "" CACHE STRING "Additional arguments to pass to java when running unit tests (example: -d32)")
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c1006 int32_t d32; in readDisplacement() local
1030 if (consumeInt32(insn, &d32)) in readDisplacement()
1032 insn->displacement = d32; in readDisplacement()
/external/kernel-headers/original/uapi/sound/
Dasequencer.h259 unsigned int d32[2]; member
/external/pdfium/third_party/libpng16/
Dpng.c3353 png_uint_32 d32, d00;
3356 d32 = D >> (32-bitshift), d00 = D << bitshift;
3359 d32 = 0, d00 = D;
3361 if (s32 > d32)
3364 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3368 if (s32 == d32 && s00 >= d00)
/external/libpng/
Dpng.c3428 png_uint_32 d32, d00;
3431 d32 = D >> (32-bitshift), d00 = D << bitshift;
3434 d32 = 0, d00 = D;
3436 if (s32 > d32)
3439 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3443 if (s32 == d32 && s00 >= d00)
/external/tensorflow/tensorflow/python/kernel_tests/
Drelu_op_test.py156 d32, d16 = f()
157 self.assertAllClose(d32, d16, atol=3e-4)
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1272 int32_t d32; in readDisplacement() local
1297 if (consumeInt32(insn, &d32)) in readDisplacement()
1299 insn->displacement = d32; in readDisplacement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1267 int32_t d32; in readDisplacement() local
1292 if (consumeInt32(insn, &d32)) in readDisplacement()
1294 insn->displacement = d32; in readDisplacement()
/external/deqp-deps/glslang/Test/baseResults/
DloopsArtificial.frag.out212 0:? 'd32' ( uniform float)
429 0:? 'd32' ( uniform float)
Dloops.frag.out963 0:? 'd32' ( uniform float)
1931 0:? 'd32' ( uniform float)
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c1474 int32_t d32; in readDisplacement() local
1499 if (consumeInt32(insn, &d32)) in readDisplacement()
1501 insn->displacement = d32; in readDisplacement()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2358 diff d32[4]; in set_source_var_based_partition() local
2364 memset(d32, 0, 4 * sizeof(diff)); in set_source_var_based_partition()
2392 d32[i].sse += d16[j]->sse; in set_source_var_based_partition()
2393 d32[i].sum += d16[j]->sum; in set_source_var_based_partition()
2396 d32[i].var = in set_source_var_based_partition()
2397 (unsigned int)(d32[i].sse - in set_source_var_based_partition()
2398 (unsigned int)(((int64_t)d32[i].sum * d32[i].sum) >> in set_source_var_based_partition()
2409 is_larger_better = (d32[0].var < thr) && (d32[1].var < thr) && in set_source_var_based_partition()
2410 (d32[2].var < thr) && (d32[3].var < thr); in set_source_var_based_partition()
/external/conscrypt/openjdk/
Dbuild.gradle241 javaArchFlag = '-d32'
/external/arm-optimized-routines/test/testcases/directed/
Drred4.tst242 func=rred op1=664f8f7a.c47d6f62 result=3cc0b63f.bc2f8944.d32 res2=00000001 errno=0

12