Searched refs:values (Results 1 – 18 of 18) sorted by relevance
/bionic/benchmarks/ |
D | math_benchmark.cpp | 23 static const double values[] = { 1234.0, nan(""), HUGE_VAL, 0.0 }; variable 67 v = values[state.range(0)]; in BM_math_isfinite_macro() 77 v = values[state.range(0)]; in BM_math_isfinite() 87 v = values[state.range(0)]; in BM_math_isinf_macro() 97 v = values[state.range(0)]; in BM_math_isinf() 107 v = values[state.range(0)]; in BM_math_isnan_macro() 117 v = values[state.range(0)]; in BM_math_isnan() 127 v = values[state.range(0)]; in BM_math_isnormal_macro() 137 v = values[state.range(0)]; in BM_math_isnormal() 179 v = values[state.range(0)]; in BM_math_fpclassify() [all …]
|
D | property_benchmark.cpp | 51 values = new char* [nprops]; in LocalPropertyTestState() 79 values[i] = new char[PROP_VALUE_MAX]; in LocalPropertyTestState() 81 values[i][j] = prop_name_chars[random() % (sizeof(prop_name_chars) - 1)]; in LocalPropertyTestState() 84 if (system_properties_.Add(names[i], name_lens[i], values[i], value_lens[i]) < 0) { in LocalPropertyTestState() 86 printf("%s = %.*s\n", names[i], value_lens[i], values[i]); in LocalPropertyTestState() 110 delete values[i]; in ~LocalPropertyTestState() 114 delete[] values; in ~LocalPropertyTestState() 122 char** values; member
|
D | sincosf_input.cpp | 4144 std::vector<float> values; member
|
D | README.md | 54 XML-specified values for iterations and cpu take precedence over those specified via command line
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 37 The number of *uintptr\_t* values is determined by the value 49 For 32 bit systems, *size\_t* and *uintptr\_t* are both 4 byte values. 51 For 64 bit systems, *size\_t* and *uintptr\_t* are both 8 byte values.
|
/bionic/libc/kernel/uapi/linux/ |
D | gpio.h | 49 __aligned_u64 values; member 152 __u8 values[GPIOHANDLES_MAX]; member
|
D | phantom.h | 17 __u32 values[8]; member
|
D | hiddev.h | 87 __s32 values[HID_MAX_MULTI_USAGES]; member
|
D | audit.h | 367 __u32 values[AUDIT_MAX_FIELDS]; member
|
D | btrfs_tree.h | 480 __le64 values[BTRFS_DEV_STAT_VALUES_MAX]; member
|
D | btrfs.h | 383 __u64 values[BTRFS_DEV_STAT_VALUES_MAX]; member
|
D | bpf.h | 418 __aligned_u64 values; member
|
/bionic/benchmarks/linker_relocation/regen/ |
D | gen_bench.py | 138 for sym in lib.syms.values(): 194 for d in lib.syms.values():
|
/bionic/libc/kernel/uapi/sound/ |
D | asoc.h | 264 __le32 values[SND_SOC_TPLG_NUM_TEXTS * SNDRV_CTL_ELEM_ID_NAME_MAXLEN / 4]; member
|
/bionic/docs/ |
D | 32-bit-abi.md | 118 that functions like getuid() potentially have return values that cover the
|
D | native_allocator.md | 244 proximity of the current values is usually sufficient to consider making 360 values.
|
D | clang_fortify_anatomy.md | 28 - Arguments with incorrect values passed to libc functions (e.g., 658 This should hold for all values of N that are valid to pass to 667 If there are multiple possible values of `p` in a call to
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 388 In API level 26 and above the dynamic linker checks more values in
|