/external/clang/test/PCH/ |
D | exprs.c | 11 double floating; variable 23 floating_literal *double_ptr = &floating; 48 array_subscript *double_ptr1_5 = &floating; 51 call_returning_double *double_ptr2 = &floating; 54 member_ref_double *double_ptr3 = &floating; 65 conditional_operator *double_ptr4 = &floating; 75 ext_vector_element *double_ptr5 = &floating; 98 generic_selection_expr *double_ptr6 = &floating;
|
D | cxx_exprs.cpp | 9 double floating; variable 27 functional_cast_result *double_ptr = &floating;
|
/external/libffi/testsuite/libffi.call/ |
D | float.c | 11 static int floating(int a, float b, double c, long double d) in floating() function 50 floating (si1, f, d, ld); in main() 52 ffi_call(&cif, FFI_FN(floating), &rint, values); in main() 54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); in main() 56 CHECK((int)rint == floating(si1, f, d, ld)); in main()
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 29 def f16 : ValueType<16 , 7>; // 32-bit floating point value 30 def f32 : ValueType<32 , 8>; // 32-bit floating point value 31 def f64 : ValueType<64 , 9>; // 64-bit floating point value 32 def f80 : ValueType<80 , 10>; // 80-bit floating point value 33 def f128 : ValueType<128, 11>; // 128-bit floating point value 34 def ppcf128: ValueType<128, 12>; // PPC 128-bit floating point value
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_floating_container.cc | 141 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); in gtk_floating_container_remove() local 142 GList* children = floating->floating_children; in gtk_floating_container_remove() 154 floating->floating_children = in gtk_floating_container_remove() 155 g_list_remove_link(floating->floating_children, children); in gtk_floating_container_remove() 182 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); in gtk_floating_container_forall() local 183 GList* children = floating->floating_children; in gtk_floating_container_forall()
|
/external/webkit/LayoutTests/platform/android/fast/text/ |
D | hyphenate-character-expected.txt | 6 RenderBlock (floating) {DIV} at (4,0) size 344x296 16 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF] 34 RenderBlock (floating) {DIV} at (4,296) size 344x296 44 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF] 62 RenderBlock (floating) {DIV} at (4,592) size 344x296 72 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF] 90 RenderBlock (floating) {DIV} at (4,888) size 344x315 101 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
|
D | hyphens-expected.txt | 6 RenderBlock (floating) {DIV} at (4,0) size 344x296 14 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF] 32 RenderBlock (floating) {DIV} at (4,296) size 344x317 40 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF] 60 RenderBlock (floating) {DIV} at (4,613) size 344x296 68 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF] 90 RenderBlock (floating) {DIV} at (4,909) size 344x296 98 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 15 // <rdar://problem/6336718> rule request: floating point used as loop 18 …ww.securecoding.cert.org/confluence/display/seccode/FLP30-C.+Do+not+use+floating+point+variables+a… 21 …for (float x = 0.1f; x <= 1.0f; x += 0.1f) {} // expected-warning{{Variable 'x' with floating poin… 22 …x <= 100000010.0f; x += 1.0f) {} // expected-warning{{Variable 'x' with floating point type 'float… 23 ….0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with floating point type 'float… 24 …01.0; x <= 100000010.0; x++ ) {} // expected-warning{{Variable 'x' with floating point type 'doubl… 25 …x)) <= 100000010.0; ((x))++ ) {} // expected-warning{{Variable 'x' with floating point type 'doubl… 27 …0000010.0 >= x; x = x + 1.0 ) {} // expected-warning{{Variable 'x' with floating point type 'doubl… 30 …= 100000010.0; ((x))++, ++i ) {} // expected-warning{{Variable 'x' with floating point type 'doubl… 33 ….0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with floating point type 'FooTy…
|
/external/llvm/include/llvm/ |
D | Instruction.def | 148 HANDLE_CAST_INST(36, FPToUI , FPToUIInst ) // floating point -> UInt 149 HANDLE_CAST_INST(37, FPToSI , FPToSIInst ) // floating point -> SInt 150 HANDLE_CAST_INST(38, UIToFP , UIToFPInst ) // UInt -> floating point 151 HANDLE_CAST_INST(39, SIToFP , SIToFPInst ) // SInt -> floating point 152 HANDLE_CAST_INST(40, FPTrunc , FPTruncInst ) // Truncate floating point 153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | iprintf.ll | 9 ; Verify printf with no floating point arguments is transformed to iprintf 29 ; Verify sprintf with no floating point arguments is transformed to siprintf 49 ; Verify fprintf with no floating point arguments is transformed to fiprintf
|
/external/libpng/ |
D | TODO | 5 Finish work on the no-floating-point version (including gamma compensation) 21 Build gamma tables using fixed point (and do away with floating point entirely).
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlaze.td | 43 "Implements floating point unit">; 47 "Implements sqrt and floating point convert">;
|
/external/llvm/test/CodeGen/NVPTX/ |
D | arithmetic-fp-sm20.ll | 39 ;; PTX does not have a floating-point rem instruction 72 ;; PTX does not have a floating-point rem instruction
|
D | arithmetic-fp-sm10.ll | 39 ;; PTX does not have a floating-point rem instruction 72 ;; PTX does not have a floating-point rem instruction
|
/external/mesa3d/docs/ |
D | README.VMS | 36 You may want to compile Mesa to use VAX-floating point arithmetic, instead 37 of IEEE floating point by removing the /float=IEEE/denorm flag from the
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fbench.stdout.exp | 1 Ready to begin John Walker's floating point accuracy
|
/external/llvm/test/Transforms/InstCombine/ |
D | fpcast.ll | 1 ; Test some floating point casting cases
|
/external/llvm/test/Assembler/ |
D | 2006-09-28-CrashOnInvalid.ll | 4 ; RUN: grep "floating point constant invalid for type" %t
|
/external/compiler-rt/lib/arm/ |
D | softfloat-alias.list | 4 # that support floating point instructions.
|
/external/llvm/test/CodeGen/Hexagon/ |
D | fmul.ll | 2 ; Check that we generate single precision floating point multiply in V5.
|
D | dadd.ll | 2 ; Check that we generate double precision floating point add in V5.
|
D | dsub.ll | 2 ; Check that we generate double precision floating point subtract in V5.
|
D | fsub.ll | 2 ; Check that we generate sp floating point subtract in V5.
|
D | dmul.ll | 2 ; Check that we generate double precision floating point multiply in V5.
|
D | fadd.ll | 2 ; Check that we generate sp floating point add in V5.
|