Home
last modified time | relevance | path

Searched +defs:val +defs:c (Results 401 – 425 of 4447) sorted by relevance

1...<<11121314151617181920>>...178

/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_to_hash_bucket_op_gpu.cu.cc31 __device__ __forceinline__ void FillDigits(T val, int num_digits, int* i, in FillDigits()
49 __device__ __forceinline__ int IntegerToString(T val, char* buf) { in IntegerToString()
88 OpKernelContext* c, const int64 num_buckets, const T* input, in operator ()()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/
Dwin32config.h59 double val = frexp (d, &expon); in isinf() local
76 double val = frexp (d, &expon); in isnan() local
98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) argument
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c115 #define S_CHAR(c) (c >= ' ' && c <= '~' && c != '\\' && c != '"') argument
116 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) argument
119 ascii_escape_unichar(Py_UCS4 c, unsigned char *output, Py_ssize_t chars) in ascii_escape_unichar()
176 Py_UCS4 c = PyUnicode_READ(kind, input, i); in ascii_escape_unicode() local
205 Py_UCS4 c = PyUnicode_READ(kind, input, i); in ascii_escape_unicode() local
243 Py_UCS4 c = PyUnicode_READ(kind, input, i); in escape_unicode() local
415 Py_UCS4 c; in scanstring_unicode() local
690 PyObject *val = NULL; in _parse_object_unicode() local
820 PyObject *val = NULL; in _parse_array_unicode() local
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/
H A Dfty_num.c44 #define isDecimalPoint(c) ((c) == ((L && L->decimal_point) ? *(L->decimal_point) : '.')) argument
50 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c))) argument
189 double val = 0.0; in Check_This_Field() local
294 Check_This_Character(int c, const void *argp) in Check_This_Character()
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/
DApfV6GeneratorBase.java175 public final Type addWriteU8(int val) { in addWriteU8()
182 public final Type addWriteU16(int val) { in addWriteU16()
189 public final Type addWriteU32(long val) { in addWriteU32()
196 public final Type addWrite32(int val) { in addWrite32()
481 private static boolean isValidDnsCharacter(byte c) { in isValidDnsCharacter()
607 public final Type addCountAndDropIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0Equals()
614 public final Type addCountAndPassIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0Equals()
621 public final Type addCountAndDropIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0NotEquals()
628 public final Type addCountAndPassIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0NotEquals()
635 public Type addCountAndDropIfR0AnyBitsSet(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0AnyBitsSet()
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDgson-2.2.4.jar ... (java.lang.reflect.Type) Class c java.lang.reflect.ParameterizedType p java. ...
/aosp_15_r20/external/mksh/src/
H A Dfuncs.c283 int c; in c_print() local
872 const char *alias = *wp, *val, *newval; in c_alias() local
999 mksh_ari_t val; in c_let() local
1208 getopts_reset(int val) in getopts_reset()
1351 mksh_ari_t val; in c_shift() local
1597 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS)) in c_read() argument
1598 int c, fd = 0, rv = 0; in c_read() local
2546 char *c; in c_mknod() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp245 uint8_t val; in emitCondCode() local
1260 bool val = false; in nvc0_selpFlip() local
1798 uint8_t val; in emitLoadStoreType() local
1836 CodeEmitterNVC0::emitCachingMode(CacheMode c) in emitCachingMode()
1838 uint32_t val; in emitCachingMode() local
3035 int c; member
3214 int c = (insn->sched & 0x0f) * 2 + 1; in getCycles() local
3298 for (int c = cycle; next && c < regsFree; next = next->next) { in visit() local
/aosp_15_r20/external/selinux/checkpolicy/
H A Dpolicy_define.c298 ocontext_t *newc = 0, *c, *head; in define_initial_sid() local
1583 unsigned int val; member
3026 static char *role_val_to_name(unsigned int val) in role_val_to_name()
3279 unsigned int c, s, t; in define_filename_trans() local
3768 uint32_t val; in define_cexpr() local
4396 static int parse_security_context(context_struct_t * c) in parse_security_context()
4569 ocontext_t *c, *head; in define_initial_sid_context() local
4610 ocontext_t *newc, *c, *head; in define_fs_context() local
4671 ocontext_t *newc, *c, *l, *head; in define_pirq_context() local
4725 ocontext_t *newc, *c, *l, *head; in define_iomem_context() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java84 DerValue val = new DerValue(this.encoded); in EncryptedPrivateKeyInfo() local
265 Cipher c; in getKeySpecImpl() local
399 private static void checkTag(DerValue val, byte tag, String valName) in checkTag()
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DEncryptedPrivateKeyInfo.java84 DerValue val = new DerValue(this.encoded); in EncryptedPrivateKeyInfo() local
265 Cipher c; in getKeySpecImpl() local
399 private static void checkTag(DerValue val, byte tag, String valName) in checkTag()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java84 DerValue val = new DerValue(this.encoded); in EncryptedPrivateKeyInfo() local
265 Cipher c; in getKeySpecImpl() local
399 private static void checkTag(DerValue val, byte tag, String valName) in checkTag()
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c327 #define BC_LEX_NUM_CHAR(c, l, pt) \ argument
470 #define BC_LEX_KW_ENTRY(a, b, c) \ argument
1115 signed char c = 0; in bc_read_chars() local
1261 int c = 0; in bc_num_compare() local
1402 static unsigned int bc_num_addDigit(signed char *num, unsigned int d, unsigned int c) in bc_num_addDigit()
1409 static BcStatus bc_num_a(BcNum *a, BcNum *b, BcNum *c, size_t sub) { in bc_num_a()
1478 static BcStatus bc_num_s(BcNum *a, BcNum *b, BcNum *c, size_t sub) { in bc_num_s()
1541 static BcStatus bc_num_k(BcNum *a, BcNum *b, BcNum *c) { in bc_num_k()
1646 static BcStatus bc_num_m(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_m()
1686 static BcStatus bc_num_d(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_d()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...

1...<<11121314151617181920>>...178