/external/qemu/target-arm/ |
D | helper.c | 569 uint32_t HELPER(abs)(uint32_t x) in HELPER() argument 2722 float32 VFP_HELPER(abs, s)(float32 a) in VFP_HELPER() argument 2727 float64 VFP_HELPER(abs, d)(float64 a) in VFP_HELPER() argument 2732 float32 VFP_HELPER(sqrt, s)(float32 a, CPUState *env) in VFP_HELPER() argument 2768 DO_VFP_cmp(s, float32) in DO_VFP_cmp() argument 2859 static float32 do_fcvt_f16_to_f32(uint32_t a, CPUState *env, float_status *s) in do_fcvt_f16_to_f32() 2869 static uint32_t do_fcvt_f32_to_f16(float32 a, CPUState *env, float_status *s) in do_fcvt_f32_to_f16() 2905 float_status *s = &env->vfp.standard_fp_status; in HELPER() local 2918 float_status *s = &env->vfp.standard_fp_status; in HELPER() local 2947 float_status *s = &dummy_status; in recip_estimate() local [all …]
|
/external/kernel-headers/original/linux/ |
D | kernel.h | 85 #define abs(x) ({ \ macro 149 static inline int vprintk(const char *s, va_list args) { return 0; } in vprintk() 152 static inline int printk(const char *s, ...) { return 0; } in printk()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
D | ShaderUtils.java | 102 public static final float abs(final float x) { in abs() method in ShaderUtils 192 …public static final float sinValue(final float s, final float minFreq, final float maxFreq, final … in sinValue() 248 float s = 0; in length() local
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
D | jstemplate_compiled.js | 532 var abs = Math.abs; variable 638 function parseInt10(s) { argument
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1400 APInt abs() const { in abs() function 1558 unsigned s; ///< shift amount member 1565 unsigned s; ///< shift amount member
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 166 function intAt(s,i) { argument 195 function bnpFromString(s,b) { argument 652 BigInteger.prototype.abs = bnAbs; method in BigInteger 722 function bnpFromRadix(s,b) { argument 1451 function linebrk(s,n) { argument 1469 function pkcs1pad2(s,n) { argument
|
/external/v8/benchmarks/ |
D | crypto.js | 174 function intAt(s,i) { argument 203 function bnpFromString(s,b) { argument 660 BigInteger.prototype.abs = bnAbs; method in BigInteger 730 function bnpFromRadix(s,b) { argument 1459 function linebrk(s,n) { argument 1477 function pkcs1pad2(s,n) { argument
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 166 function intAt(s,i) { argument 195 function bnpFromString(s,b) { argument 652 BigInteger.prototype.abs = bnAbs; method in BigInteger 722 function bnpFromRadix(s,b) { argument 1451 function linebrk(s,n) { argument 1469 function pkcs1pad2(s,n) { argument
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 166 function intAt(s,i) { argument 195 function bnpFromString(s,b) { argument 652 BigInteger.prototype.abs = bnAbs; method in BigInteger 722 function bnpFromRadix(s,b) { argument 1451 function linebrk(s,n) { argument 1469 function pkcs1pad2(s,n) { argument
|