/external/clang/test/PCH/ |
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;
|
cxx_exprs.cpp | 9 double floating; variable 27 functional_cast_result *double_ptr = &floating;
|
/external/libffi/testsuite/libffi.call/ |
float.c | 11 static int floating(int a, float b, double c, long double d) function 50 floating (si1, f, d, ld); 52 ffi_call(&cif, FFI_FN(floating), &rint, values); 54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); 56 CHECK((int)rint == floating(si1, f, d, ld));
|
/dalvik/vm/mterp/x86-atom/ |
OP_FLOAT_TO_INT.S | 34 flds (rFP, rINST, 4) # push vB to floating point stack 55 fstps (rFP, %edx, 4) # pop floating point stack 60 fstps (rFP, %edx, 4) # pop floating point stack 65 fstps (rFP, %edx, 4) # pop floating point stack 66 fstps (rFP, %edx, 4) # pop floating point stack
|
OP_DIV_DOUBLE.S | 33 fldl (rFP, %ecx, 4) # floating point stack vBB
|
OP_DIV_FLOAT.S | 33 flds (rFP, %eax, 4) # floating point stack vBB
|
OP_DOUBLE_TO_LONG.S | 34 fldl (rFP, rINST, 4) # push vB to floating point stack
|
OP_FLOAT_TO_LONG.S | 34 flds (rFP, rINST, 4) # push vB to floating point stack
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.stdout.exp | 1 Ready to begin John Walker's floating point accuracy
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_floating_container.cc | 114 g_signal_new("set-floating-position", 141 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local 142 GList* children = floating->floating_children; 154 floating->floating_children = 155 g_list_remove_link(floating->floating_children, children); 182 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local 183 GList* children = floating->floating_children;
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
Android.mk | 15 # floating point
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 5 # This code tests for the fldcw "load floating point command word" 11 # floating point to integer conversions 164 three: .long 0 # a floating point 3.0
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 5 # This code tests for the fldcw "load floating point command word" 11 # floating point to integer conversions 128 three: .long 0 # a floating point 3.0
|
/external/oprofile/events/mips/vr5500/ |
events | 11 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : Execution of floating-point instruction
|
/external/v8/test/mjsunit/regress/ |
regress-155924.js | 28 // A HeapNumber with certain bits in the mantissa of the floating point 37 // The following floating-point heap number has a second word similar
|
regress-753.js | 28 // Test that JSON.stringify correctly truncates floating point numbers.
|
regress-create-exception.js | 46 j *= 1.123567; // An arbitrary floating point number.
|
/external/bluetooth/glib/gobject/ |
gclosure.h | 154 volatile guint floating : 1; member in struct:_GClosure
|
gclosure.c | 207 SET (closure, floating, TRUE); 563 g_closure_ref (closure); /* preserve floating flag */ 607 * initially created in a <firstterm>floating</firstterm> state, which 609 * g_closure_sink() checks to see if the object is still floating, and 610 * if so, unsets the floating state and decreases the reference 611 * count. If the closure is not floating, g_closure_sink() does 612 * nothing. The reason for the existance of the floating state is to 653 /* floating is basically a kludge to avoid creating closures 658 if (closure->floating) 661 SWAP (closure, floating, FALSE, &was_floating) [all...] |
/external/speex/libspeex/ |
arch.h | 50 #error You cannot compile as floating point and fixed point at the same time 53 #error SSE is only for floating-point
|
/external/webrtc/src/modules/audio_processing/main/source/ |
Android.mk | 39 # floating point
|
/external/oprofile/events/i386/nehalem/ |
unit_masks | 238 0x20 fpcw Counts the number of cycles while execution was stalled due to writing the floating-point unit (FPU) control word 272 0x02 x87 Counts the number of floating point computational operations retired: floating point computational operations executed by the assist handler and sub-operations of complex floating point instructions like transcendental instructions 291 0x01 packed_single Counts SIMD packed single-precision floating point Uops retired 292 0x02 scalar_single Counts SIMD calar single-precision floating point Uops retired 293 0x04 packed_double Counts SIMD packed double-precision floating point Uops retired 294 0x08 scalar_double Counts SIMD scalar double-precision floating point Uops retired 305 0x01 to_fp Counts the first floating-point instruction following any MMX instruction 306 0x02 to_mmx Counts the first MMX instruction following a floating-point instructio [all...] |
/frameworks/compile/libbcc/runtime/make/platform/ |
darwin_fat.mk | 8 # software floating point).
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 26 according to the floating point type [fpty]. See the fields 51 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of 52 floating point type [fpty]. See the fields [llvm::GenericValue::DoubleVal]
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 160 (** The predicate for a floating-point comparison ([fcmp]) instruction. 314 (** [float_type c] returns the IEEE 32-bit floating point type in the context 318 (** [double_type c] returns the IEEE 64-bit floating point type in the context 322 (** [x86fp80_type c] returns the x87 80-bit floating point type in the context 326 (** [fp128_type c] returns the IEEE 128-bit floating point type in the context 330 (** [ppc_fp128_type c] returns the PowerPC 128-bit floating point type in the 587 (** [const_float ty n] returns the floating point constant of type [ty] and 591 (** [const_float_of_string ty s] returns the floating point constant of type 744 (** [const_fdiv c1 c2] returns the constant quotient [c1 / c2] of two floating 760 signed floating point constants [all...] |