HomeSort by relevance Sort by last modified time
    Searched refs:conversion (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.stdout.exp 421 Test VSX vector integer to float conversion instructions
    [all...]
  /external/clang/test/SemaCXX/
conversion.cpp 19 return (E - I); // expected-warning {{implicit conversion loses integer precision}}
27 return x; // expected-warning {{implicit conversion loses integer precision}}
57 // This file tests -Wnull-conversion, a subcategory of -Wconversion
61 int a = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
63 b = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
65 int c = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
67 d = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
68 bool bl = NULL; // expected-warning {{implicit conversion of NULL constant to 'bool'}}
69 char ch = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}}
70 unsigned char uch = NULL; // expected-warning {{implicit conversion of NULL constant to 'unsigned char'}
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/conversion/
TestMipMapGen.java 33 package jme3test.conversion;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 90 This conversion means -1, 0, and +1 are all exactly representable,
95 This conversion is intentionally NOT the "byte" conversion listed
96 in Table 2.9 for component conversions. That conversion says:
100 The Table 2.9 conversion is incapable of exactly representing
MESA_ycbcr_texture.spec 129 texture sampling using an implementation dependent conversion.
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 90 This conversion means -1, 0, and +1 are all exactly representable,
95 This conversion is intentionally NOT the "byte" conversion listed
96 in Table 2.9 for component conversions. That conversion says:
100 The Table 2.9 conversion is incapable of exactly representing
MESA_ycbcr_texture.spec 129 texture sampling using an implementation dependent conversion.
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
  /external/bison/src/
muscle-tab.c 410 const conversion_type conversion[] = local
418 for (i = 0; i < ARRAY_CARDINALITY (conversion); ++i)
419 if (STREQ (conversion[i].obsolete, variable))
421 res = conversion[i].updated;
  /external/chromium_org/v8/test/webkit/fast/js/
toString-number.js 24 description("Test the conversion performed by the function Number.prototype.toString.");
77 // Passing the string to number should also lead to valid conversion.
read-modify-eval.js 135 // Test that conversion of this is persistant over multiple calls to eval,
  /device/generic/goldfish/camera/
Android.mk 31 # JPEG conversion libraries and includes.
  /external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js 16 // invokes sendJSON. The JSON conversion is what fails. This way works
  /external/chromium_org/v8/test/webkit/
dfg-int32-to-double-on-known-number.js 25 "Tests that we don't emit unnecessary speculation checks when performing an int32 to double conversion on a value that is proved to be a number, predicted to be an int32, but not proved to be an int32."
dfg-uint32-to-number-on-captured-variable.js 25 "Tests that storing the result of a uint32 to number conversion into a captured variable does not crash the compiler."
  /external/e2fsprogs/intl/
vasnprintf.c 222 if (dp->conversion == '%')
238 if (dp->conversion == 'n')
325 switch (dp->conversion)
556 *p = dp->conversion;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-convert-transition.js 33 // Force conversion of field to slow mode.
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.target.darwin-arm.mk 31 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
44 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.darwin-mips.mk 31 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
44 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.darwin-x86.mk 31 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
44 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.linux-arm.mk 31 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
44 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.linux-mips.mk 31 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
44 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.linux-x86.mk 31 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
44 $(gyp_intermediate_dir)/double-conversion.cpp \
  /device/lge/mako/camera/
Android.mk 86 # To Choose neon/C routines for YV12 conversion
  /external/chromium_org/v8/test/mjsunit/
stack-traces-2.js 48 // Tests that a native conversion function is included in the

Completed in 605 milliseconds

12 3 4 5 6