HomeSort by relevance Sort by last modified time
    Searched refs:neutral (Results 1 - 21 of 21) sorted by null

  /external/dng_sdk/source/
dng_color_spec.h 125 /// \param neutral A camera color space value to use for white point.
128 /// \retval White point in XY space that makes neutral map to this
131 dng_xy_coord NeutralToXY (const dng_vector &neutral);
dng_color_spec.cpp 423 // We don't support non-positive values for camera neutral values.
519 dng_xy_coord dng_color_spec::NeutralToXY (const dng_vector &neutral)
538 dng_xy_coord next = XYZtoXY (Invert (xyzToCamera) * neutral);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GenderInfo.java 104 NEUTRAL,
130 fromNameMap.put("neutral", NEUTRAL);
177 case NEUTRAL:
225 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo
240 // and find no resource assume that list gender style is NEUTRAL.
241 result = fallback == null ? neutral : get(fallback);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
GenderInfoTest.java 62 public void check(Gender neutral, Gender mixed, Gender taints, Gender... genders) {
64 assertEquals("neutral " + mixed0, neutral, NEUTRAL_LOCALE.getListGender(mixed0));
65 assertEquals("mixed neutral " + mixed0, mixed, MIXED_NEUTRAL_LOCALE.getListGender(mixed0));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GenderInfo.java 100 NEUTRAL,
126 fromNameMap.put("neutral", NEUTRAL);
173 case NEUTRAL:
221 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo
236 // and find no resource assume that list gender style is NEUTRAL.
237 result = fallback == null ? neutral : get(fallback);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
GenderInfoTest.java 59 public void check(Gender neutral, Gender mixed, Gender taints, Gender... genders) {
61 assertEquals("neutral " + mixed0, neutral, NEUTRAL_LOCALE.getListGender(mixed0));
62 assertEquals("mixed neutral " + mixed0, mixed, MIXED_NEUTRAL_LOCALE.getListGender(mixed0));
  /external/tensorflow/tensorflow/compiler/jit/
resource_operation_safety_analysis_test.cc 433 Node* neutral = MakeNeutral(root, "N"); local
437 root.graph()->AddControlEdge(write_0, neutral);
438 root.graph()->AddControlEdge(write_1, neutral);
439 root.graph()->AddControlEdge(neutral, read_0);
440 root.graph()->AddControlEdge(neutral, read_1);
462 Node* neutral = MakeNeutral(root, "N"); local
466 root.graph()->AddControlEdge(write_0, neutral);
467 root.graph()->AddControlEdge(write_1, neutral);
468 root.graph()->AddControlEdge(neutral, read_0);
469 root.graph()->AddControlEdge(neutral, read_1)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_optimize.c 182 debug_printf("No neutral element for opcode %d\n",opcode);
189 * Sets the swizzle to the neutral element for the operation for the bits
194 unsigned neutral)
197 r->Register.SwizzleX = neutral;
202 r->Register.SwizzleY = neutral;
207 r->Register.SwizzleZ = neutral;
212 r->Register.SwizzleW = neutral;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 61 button = (Button) findViewById(R.id.neutral);
  /external/boringssl/ios-arm/crypto/fipsmodule/
aes-armv4.S 37 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
203 ldrb r0,[r12,#3] @ load input data in endian-neutral
258 mov r4,r0,lsr#24 @ write output in endian-neutral
485 ldrb r0,[r12,#3] @ load input data in endian-neutral
988 ldrb r0,[r12,#3] @ load input data in endian-neutral
1043 mov r4,r0,lsr#24 @ write output in endian-neutral
bsaes-armv7.S 37 @ ARM NEON. Except that this module is endian-neutral [in sense that
  /external/boringssl/linux-arm/crypto/fipsmodule/
aes-armv4.S 38 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
202 ldrb r0,[r12,#3] @ load input data in endian-neutral
257 mov r4,r0,lsr#24 @ write output in endian-neutral
480 ldrb r0,[r12,#3] @ load input data in endian-neutral
977 ldrb r0,[r12,#3] @ load input data in endian-neutral
1032 mov r4,r0,lsr#24 @ write output in endian-neutral
bsaes-armv7.S 38 @ ARM NEON. Except that this module is endian-neutral [in sense that
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
FrameworkSpecConformance.txt     [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-armv4.pl 194 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 @ endian-neutral
479 .Lunaligned: @ unaligned endian-neutral path
chacha-armv8.pl 131 .quad 0x3320646e61707865,0x6b20657479622d32 // endian-neutral
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
core.go 161 // 4b) resolving neutral types
595 // 6) resolving neutral types Rules N1-N2.
  /external/boringssl/ios-arm/crypto/chacha/
chacha-armv4.S 36 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 @ endian-neutral
428 Lunaligned:@ unaligned endian-neutral path
  /external/boringssl/linux-arm/crypto/chacha/
chacha-armv4.S 37 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 @ endian-neutral
427 .Lunaligned:@ unaligned endian-neutral path
  /external/freetype/src/autofit/
aflatin.c 393 FT_TRACE5(( "neutral" ));
860 /* only use flat segments for a neutral blue zone */
3003 FT_Byte neutral = edge->flags & AF_EDGE_NEUTRAL; local
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 7406 milliseconds