/third_party/jerryscript/jerry-libm/ |
H A D | floor.c | 45 int i0, i1, j0; in floor() local 50 j0 = ((i0 >> 20) & 0x7ff) - 0x3ff; in floor() 51 if (j0 < 20) in floor() 53 if (j0 < 0) /* raise inexact if x != 0 */ in floor() 70 i = (0x000fffff) >> j0; in floor() 79 i0 += (0x00100000) >> j0; in floor() 86 else if (j0 > 51) in floor() 88 if (j0 == 0x400) /* inf or NaN */ in floor() 99 i = ((unsigned) (0xffffffff)) >> (j0 - 20); in floor() 108 if (j0 in floor() [all...] |
H A D | ceil.c | 45 int i0, i1, j0; in ceil() local 50 j0 = ((i0 >> 20) & 0x7ff) - 0x3ff; in ceil() 51 if (j0 < 20) in ceil() 53 if (j0 < 0) /* raise inexact if x != 0 */ in ceil() 71 i = (0x000fffff) >> j0; in ceil() 80 i0 += (0x00100000) >> j0; in ceil() 87 else if (j0 > 51) in ceil() 89 if (j0 == 0x400) /* inf or NaN */ in ceil() 100 i = ((unsigned) (0xffffffff)) >> (j0 - 20); in ceil() 109 if (j0 in ceil() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 15 var j0 = 0, j1 = 1; variable 16 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
30 var j0 = 0, j1 = 1;
variable 31 (_o = array3)[_p = j0++] = Math.pow(_o[_p], (_l = array3)[_m = j1++] = Math.pow(_l[_m], (_j = array3)[_k = j0++] = Math.pow(_j[_k], 1)));
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_j0_test.cpp | 18 EXPECT_DOUBLE_EQ(1.0, j0(0.0)); in HWTEST_F() 19 EXPECT_DOUBLE_EQ(0.76519768655796661, j0(1.0)); in HWTEST_F()
|
/third_party/python/Mac/BuildScript/scripts/ |
H A D | postflight.ensurepip | 21 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 26 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
|
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 96 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
in chacha_encrypt_bytes() local 103 j0 = x->input[0];
in chacha_encrypt_bytes() 127 x0 = j0;
in chacha_encrypt_bytes() 153 x0 = PLUS(x0,j0);
in chacha_encrypt_bytes()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | jn.c | 21 * For n=0, j0(x) is called, 24 * from values of j0(x) and j1(x). 59 return j0(x); in jn() 98 a = j0(x); in jn() 203 z = j0(x); in jn()
|
H A D | j0.c | 12 /* j0(x), y0(x) 14 * Method -- j0(x): 15 * 1. For tiny x, we use j0(x) = 1 - x^2/4 + x^4/64 - ... 16 * 2. Reduce x to |x| since j0(x)=j0(-x), and 18 * j0(x) = 1-z/4+ z^2*R0/S0, where z = x*x; 19 * (precision: |j0-1+z/4-z^2R0/S0 |<2**-63.67 ) 21 * j0(x) = sqrt(2/(pi*x))*(p0(x)*cos(x0)-q0(x)*sin(x0)) 33 * j0(nan)= nan 34 * j0( 111 double j0(double x) j0() function [all...] |
/third_party/musl/src/math/ |
H A D | jn.c | 21 * For n=0, j0(x) is called, 24 * from values of j0(x) and j1(x). 59 return j0(x); in jn() 98 a = j0(x); in jn() 203 z = j0(x); in jn()
|
H A D | j0.c | 12 /* j0(x), y0(x) 14 * Method -- j0(x): 15 * 1. For tiny x, we use j0(x) = 1 - x^2/4 + x^4/64 - ... 16 * 2. Reduce x to |x| since j0(x)=j0(-x), and 18 * j0(x) = 1-z/4+ z^2*R0/S0, where z = x*x; 19 * (precision: |j0-1+z/4-z^2R0/S0 |<2**-63.67 ) 21 * j0(x) = sqrt(2/(pi*x))*(p0(x)*cos(x0)-q0(x)*sin(x0)) 33 * j0(nan)= nan 34 * j0( 111 double j0(double x) j0() function [all...] |
/third_party/ltp/testcases/misc/math/float/ |
H A D | float_bessel.c | 29 {FUNC_NORMAL, 30, j0, "j0", "j0_inp.ref", "j0_out.ref2",
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 110 j0 = x->input[0]; in chacha_encrypt_bytes() 134 x0 = j0; in chacha_encrypt_bytes() 160 x0 = PLUS(x0,j0); in chacha_encrypt_bytes()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 934 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isNearestMipmapLinearSampleResultValid() 942 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); in isNearestMipmapLinearSampleResultValid() 993 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isNearestMipmapLinearSampleResultValid() 1003 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0)); in isNearestMipmapLinearSampleResultValid() 1140 for (int j0 = minJ0; j0 < in isLinearMipmapLinearSampleResultValid() [all...] |
H A D | tcuTexCompareVerifier.cpp | 680 for (int j0 = minJ0; j0 <= maxJ0; j0++) 684 const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); 737 for (int j0 = minJ0; j0 <= maxJ0; j0++) 743 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); 744 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); 750 const int y0 = wrap(sampler.wrapT, j0 , h [all...] |
H A D | tcuFuzzyImageCompare.cpp | 136 int j0 = de::clamp(y0, 0, h-1); in bilinearSample() local 142 deUint32 p00 = readUnorm8<NumChannels>(src, i0, j0); in bilinearSample() 143 deUint32 p10 = readUnorm8<NumChannels>(src, i1, j0); in bilinearSample()
|
/third_party/musl/libc-test/src/math/ |
H A D | j0.c | 7 #include "sanity/j0.h" 8 #include "special/j0.h" 27 y = j0(p->x); in main() 31 printf("%s:%d: bad fp exception: %s j0(%a)=%a, want %s", in main() 42 printf("%s:%d: %s j0(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
|
/third_party/jerryscript/targets/mbedos5/ |
H A D | Makefile | 26 MBED_CLI_FLAGS=-j0 --source . --source ../../
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
H A D | genj0.c | 52 tabR[i] = j0(Inc * i); in create_Result_file()
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 41 } j0; /* initial counter value */ member
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 41 } j0; /* initial counter value */ member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 386 double j0(double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 386 double j0(double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 386 double j0(double);
|
/third_party/musl/include/ |
H A D | math.h | 386 double j0(double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 136 {double(*p)(double) = j0;} in f()
|