Home
last modified time | relevance | path

Searched refs:floating (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/clang/test/PCH/
Dexprs.c11 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;
Dcxx_exprs.cpp9 double floating; variable
27 functional_cast_result *double_ptr = &floating;
/external/libffi/testsuite/libffi.call/
Dfloat.c11 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/
DValueTypes.td29 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/
Dgtk_floating_container.cc141 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/
Dhyphenate-character-expected.txt6 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]
Dhyphens-expected.txt6 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/
Dsecurity-syntax-checks.m15 // <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/
DInstruction.def148 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/
Diprintf.ll9 ; 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/
DTODO5 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/
DMBlaze.td43 "Implements floating point unit">;
47 "Implements sqrt and floating point convert">;
/external/llvm/test/CodeGen/NVPTX/
Darithmetic-fp-sm20.ll39 ;; PTX does not have a floating-point rem instruction
72 ;; PTX does not have a floating-point rem instruction
Darithmetic-fp-sm10.ll39 ;; PTX does not have a floating-point rem instruction
72 ;; PTX does not have a floating-point rem instruction
/external/mesa3d/docs/
DREADME.VMS36 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/
Dvcpu_fbench.stdout.exp1 Ready to begin John Walker's floating point accuracy
/external/llvm/test/Transforms/InstCombine/
Dfpcast.ll1 ; Test some floating point casting cases
/external/llvm/test/Assembler/
D2006-09-28-CrashOnInvalid.ll4 ; RUN: grep "floating point constant invalid for type" %t
/external/compiler-rt/lib/arm/
Dsoftfloat-alias.list4 # that support floating point instructions.
/external/llvm/test/CodeGen/Hexagon/
Dfmul.ll2 ; Check that we generate single precision floating point multiply in V5.
Ddadd.ll2 ; Check that we generate double precision floating point add in V5.
Ddsub.ll2 ; Check that we generate double precision floating point subtract in V5.
Dfsub.ll2 ; Check that we generate sp floating point subtract in V5.
Ddmul.ll2 ; Check that we generate double precision floating point multiply in V5.
Dfadd.ll2 ; Check that we generate sp floating point add in V5.

1234567891011