/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 52 * - not all functions are available in Java, notably gamma and erf, 55 * - handling unsigned integers, especially longs, is painful and error prone in Java. 233 Target.Floaty in = t.new32(f); local 235 acos(in.mid32()), 236 acos(in.min32()), 237 acos(in.max32())); 241 Target.Floaty in = t.new32(f); local 243 acosh(in.mid32()) 253 Target.Floaty in = t.new32(f); local 261 Target.Floaty in = t.new32(f); local 273 Target.Floaty in = t.new32(f); local 281 Target.Floaty in = t.new32(f); local 308 Target.Floaty in = t.new32(f); local 316 Target.Floaty in = t.new32(f); local 324 Target.Floaty in = t.new32(f); local 332 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); local 367 Target.Floaty in = t.new32(f); local 375 Target.Floaty in = t.new32(f); local 383 Target.Floaty in = t.new32(f); local 391 Target.Floaty in = t.new32(f); local 421 Target.Floaty in = t.new32(f); local 429 Target.Floaty in = t.new32(f); local 437 Target.Floaty in = t.new32(f); local 445 Target.Floaty in = t.new32(f); local 476 Target.Floaty in = t.new32(f); local 503 Target.Floaty in = t.new32(f); local 508 Target.Floaty in = t.new32(f); local 516 Target.Floaty in = t.new32(f); local 524 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); local 532 Target.Floaty in = t.new32(f); local 537 Target.Floaty in = t.new32(f); local 551 Target.Floaty in = t.new32(f); local 559 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); local 646 Target.Floaty in = t.new32(args.in); local 1075 Target.Floaty in = t.new32(args.inValue); local 1110 Target.Floaty in = t.new32(args.in); local 1119 Target.Floaty in = t.new32(args.in); local 1148 Target.Floaty in = t.new32(args.in); local 1200 Target.Floaty in = t.new32(args.in); local 1328 Target.Floaty in = t.new32(args.in); local 1350 Target.Floaty in = t.new32(args.inX); local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/development/ndk/platforms/android-L/include/linux/ |
coda.h | 252 struct coda_in_hdr in; member in struct:coda_root_in 527 struct coda_in_hdr in; member in struct:coda_statfs_in 604 void __user *in; member in struct:ViceIoctl
|
/device/htc/flounder/audio/hal/ |
audio_hw.c | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 708 /* Delay in Us */ 898 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames); 899 static int do_in_standby_l(struct stream_in *in); 902 static void get_capture_reference_delay(struct stream_in *in, 908 /* read frames available in kernel driver buffer */ 917 ref_device = node_to_item(list_tail(&in->pcm_dev_list), 1711 struct stream_in *in; local 1811 struct stream_in *in; local 2723 struct stream_in *in = NULL; \/* if non-NULL, then force input to standby *\/ local 2933 struct stream_in *in = NULL; local 3362 struct stream_in *in = (struct stream_in *)stream; local 3376 struct stream_in *in = (struct stream_in *)stream; local 3397 struct stream_in *in = (struct stream_in *)stream; local 3485 struct stream_in *in = (struct stream_in *)stream; local 3506 struct stream_in *in = (struct stream_in *)stream; local 3606 struct stream_in *in = (struct stream_in *)stream; local 3683 struct stream_in *in = (struct stream_in *)stream; local 4191 struct stream_in *in; local 4256 struct stream_in *in = (struct stream_in*)stream; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
vtzone.cpp | 374 * dow day of week in BYDAY, or 0 when not found 375 * wim day of week ordinal number in BYDAY, or 0 when not found 377 * domCount number of availble days in dom (domCount is specifying the size of dom on input) 483 // the last day in a month 558 int32_t firstDay = 31; // max possible number of dates in a month 561 // not be used in February, but if we see such case, we use 28 704 // Day in month rule, for example, 15th day in the month 711 // first Sunday after 15th day in the month 878 * on the ICU I/O stream in this module. But we want to keep the cod 931 const UnicodeString* in; member in class:VTZReader [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | 72 void TestDefaultConverterError(void); /* defined in cctest.c */ 73 void TestDefaultConverterSet(void); /* defined in cctest.c */ 561 log_err("Error in getName\n"); 660 log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer, it just returns\n"); 671 const uint8_t in[]={ 0x1b, 0x25, 0x42, 0x31, 0x32, 0x61, 0xc0, 0x80, 0xe0, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80}; local 672 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); [all...] |