Searched refs:sexp (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | sexps.py | 37 def check_sexp(sexp): argument 44 if isinstance(sexp, list): 45 for s in sexp: 47 elif not isinstance(sexp, (STRING_TYPE, bytes)): 48 raise Exception('Not a sexp: {0!r}'.format(sexp)) 50 def parse_sexp(sexp): argument 57 for match in sexp_token_regexp.finditer(sexp): 64 sexp = stack.pop() 65 stack[-1].append(sexp) 74 def sexp_to_string(sexp): argument [all …]
|
D | lower_jump_cases.py | 36 def make_declarations(sexp, already_declared = ()): argument 37 if isinstance(sexp, list): 38 if len(sexp) == 2 and sexp[0] == 'var_ref': 39 if sexp[1] not in already_declared: 40 declarations[sexp[1]] = [ 41 'declare', ['in'], 'float', sexp[1]] 42 elif len(sexp) == 4 and sexp[0] == 'assign': 43 assert sexp[2][0] == 'var_ref' 44 if sexp[2][1] not in already_declared: 45 declarations[sexp[2][1]] = [ [all …]
|
/external/OpenCL-CTS/test_common/harness/ |
D | msvc9.c | 72 cl_ushort sexp; in copysignl() member 79 ux.u.sexp = (ux.u.sexp & 0x7fff) | (uy.u.sexp & 0x8000); in copysignl() 210 cl_ushort sexp; in ilogbl() member 215 int exp = u.u.sexp & 0x7fff; in ilogbl() 221 u.u.sexp = 0x3fff; in ilogbl() 223 exp = u.u.sexp & 0x7fff; in ilogbl() 359 cl_ushort sexp; in scalblnl() member 370 u.u.sexp = 0x3fff - 1022; in scalblnl() 376 u.u.sexp = 0x3fff + n; in scalblnl() 383 u.u.sexp = 0x3fff + 1023; in scalblnl() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization.td | 40 // Uniform quantized types. Two integers "smantissa" and "sexp" are used to 42 // the scale of the quantized type is "smantissa * 10 ^ sexp". 43 class UInt8UniformQuantizedType<int zero_pt, int smantissa, int sexp> 45 [8, zero_pt, smantissa, sexp, 0, 255], 0>; 46 class Int8UniformQuantizedType<int zero_pt, int smantissa, int sexp> 48 [8, zero_pt, smantissa, sexp, -128, 127], 1>;
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
D | SupplementalUtilities.java | 39 int sexp = exp - 50; // signed exponent in ldml2d() local 41 d = d * Math.pow(10, (sexp-5)); // -5 because 50 isn't quite right.. in ldml2d()
|
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
D | TosaTypesBase.td | 23 // Param tuple is: [bitwidth, zeropt, smantissa, sexp, low_end, high_end].
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 4964 cl_ushort sexp; in reference_scalblnl() member 4977 u.u.sexp = 0x3fff - 1022; in reference_scalblnl() 4983 u.u.sexp = 0x3fff + n; in reference_scalblnl() 4990 u.u.sexp = 0x3fff + 1023; in reference_scalblnl() 4996 u.u.sexp = 0x3fff + n; in reference_scalblnl()
|
/external/hyphenation-patterns/de/ |
D | hyph-de-ch-1901.pat.txt | 18330 4sexp
|
D | hyph-de-1901.pat.txt | 18450 4sexp
|
D | hyph-de-1996.pat.txt | 18354 4sexp
|