HomeSort by relevance Sort by last modified time
    Searched defs:whole (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_Test.cpp 31 Cubic whole, first, second, mid; local
32 quad_to_cubic(test, whole);
36 if (!implicit_matches(whole, first)) {
39 if (!implicit_matches(whole, second)) {
  /external/skia/experimental/Intersection/
CubicParameterization_Test.cpp 31 Cubic whole, first, second, mid; local
32 quad_to_cubic(test, whole);
36 if (!implicit_matches(whole, first)) {
39 if (!implicit_matches(whole, second)) {
  /external/deqp/framework/common/
tcuFloatFormat.cpp 240 const deUint64 whole = bits >> m_fractionBits; local
248 << "0x" << whole << "."
  /external/tremolo/Tremolo/
misc.h 78 ogg_int64_t whole; member in union:magic
88 ogg_int64_t whole; member in union:magic
94 magic.whole = (ogg_int64_t)x * y;
104 magic.whole = (ogg_int64_t)x * y;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 74 Rectangle whole = root.getAbsRect(); local
75 whole = new Rectangle(whole.x, whole.y, whole.width + 1, whole.height + 1);
76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds);
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 166 /* We already have this whole note segment from our initial read. */
594 should read the whole thing in right now. */
601 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); local
605 cost, worthwhile, whole, contiguous,
609 /* The caller wants to read the whole file in right now, but hasn't
647 /* The whole file sits contiguous in memory,
  /ndk/build/core/
definitions.mk 319 # Function : link-whole-archives
320 # Arguments: 1: list of whole static libraries
321 # Returns : linker flags to use the whole static libraries
322 # Usage : $(call link-whole-archives,<libraries>)
323 # Rationale: This function is used to put the list of whole static libraries
324 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block.
329 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
330 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archiv
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 390 float whole = denorm_small; local
401 half = (double)whole/2;
406 print_double("whole", whole);
407 print_double("2*whole", 2*whole);
414 double lo = s*whole;
415 double hi = s*2*whole;
419 fA = s*whole;
423 fA = s*2*whole;
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 390 float whole = denorm_small; local
401 half = (double)whole/2;
406 print_double("whole", whole);
407 print_double("2*whole", 2*whole);
414 double lo = s*whole;
415 double hi = s*2*whole;
419 fA = s*whole;
423 fA = s*2*whole;
    [all...]
  /build/core/
definitions.mk     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java 2853 long whole = buf1.remaining() + buf2.remaining(); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 481 milliseconds