HomeSort by relevance Sort by last modified time
    Searched refs:floating (Results 1 - 25 of 31) sorted by null

1 2

  /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/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
  /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/libffi/src/x86/
win32.S 77 # obliged to handle floating-point values.
188 # obliged to handle floating-point values.
  /external/libffi/src/powerpc/
ppc_closure.S 45 # in registers (both floating point and integer)
  /external/libffi/src/sparc/
v9.S 158 ! Store possible floating point argument registers too.
  /external/webkit/WebCore/rendering/
RenderObjectChildList.cpp 352 if (owner->isRenderInline() && !pseudoElementStyle->isDisplayInlineType() && pseudoElementStyle->floating() == FNONE &&
RenderBlock.cpp 96 // we're positioned, floating, a table cell.
    [all...]
RenderObject.cpp 333 // cannot affect the positioned object list, and the floating object list is irrelevant (since the list gets cleared on
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 485 B<-f> and B<--float> take floating point arguments, and B<-s> and
677 A regular expression that matches a floating point number. Default is
687 default is 'sif', for String, Integer, and Floating point arguments.
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 469 if (e->renderer() && e->renderer()->style()->floating() != FNONE)
    [all...]
  /external/libpng/
CHANGES 582 Option to eliminate all floating point support was added. Some new
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 37 ; For the floating point registers
926 ; Floating point registers to use to save values that
971 ; Temporary floating point variables, these are all caller save
    [all...]
pa-risc2W.s 31 ; For the floating point registers
913 ; Floating point registers to use to save values that
958 ; Temporary floating point variables, these are all caller save
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 372 EFloat floating() const { return static_cast<EFloat>(noninherited_flags._floating); } function in class:WebCore::RenderStyle
    [all...]
  /external/v8/src/
date.js 342 // Avoid floating point and non-Smi maths in common case. This is also a period of
    [all...]

Completed in 655 milliseconds

1 2