HomeSort by relevance Sort by last modified time
    Searched refs:conversion (Results 26 - 50 of 150) 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...]
test_isa_2_07_part2.stdout.exp     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
Android.mk 25 LOCAL_CPPFLAGS += -Wno-conversion-null
  /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/chromium_org/tools/cr/cr/
config.py 26 The main extra it adds is a new conversion specifier 'e' that throws a
32 def convert_field(self, value, conversion):
33 if conversion == 'e':
39 value, 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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aural_style_util.js 43 /* A series of conversion functions. */
45 * An identity conversion.
55 * Conversion from an aural style property to Chrome TTS property.
86 * Conversion from an aural style value to Chrome TTS value.
87 * TODO(dtseng): Conversion of aural CSS values is incomplete; everything is an
88 * identity conversion at the moment.
  /build/core/clang/
config.mk 43 -Werror=int-conversion
  /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.
  /device/generic/goldfish/camera/
Android.mk 32 # JPEG conversion libraries and includes.
  /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/valgrind/main/none/tests/ppc32/
test_isa_2_07_part2.stdout.exp     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
Android.mk 25 LOCAL_CPPFLAGS += -Wno-conversion-null
  /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.
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/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 33 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
46 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.darwin-arm64.mk 33 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
46 $(gyp_intermediate_dir)/double-conversion.cpp \
wtf.target.darwin-mips.mk 33 $(gyp_intermediate_dir)/double-conversion.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/double-conversion.cc
46 $(gyp_intermediate_dir)/double-conversion.cpp \

Completed in 2201 milliseconds

12 3 4 5 6