/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | sf_modf.c | 28 static const float one = 1.0f; variable 30 static float one = 1.0f; variable
|
A D | ef_sqrt.c | 28 static const float one = 1.0f, tiny=1.0e-30f; variable 30 static float one = 1.0f, tiny=1.0e-30f; variable
|
A D | kf_cos.c | 32 one = 1.0000000000e+00f, /* 0x3f800000 */ variable
|
A D | kf_tan.c | 31 one = 1.0000000000e+00f, /* 0x3f800000 */ variable
|
A D | kf_rem_pio2.c | 60 one = 1.0f, variable
|
A D | erf_lgamma.c | 37 one = 1.0000000000e+00f, /* 0x3f800000 */ variable
|
A D | sf_erf.c | 40 one = 1.0000000000e+00f, /* 0x3F800000 */ variable
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audiotypecvt.c | 579 const __m128 one = _mm_set1_ps(1.0f); in SDL_Convert_F32_to_S8_SSE2() local 639 const __m128 one = _mm_set1_ps(1.0f); in SDL_Convert_F32_to_U8_SSE2() local 699 const __m128 one = _mm_set1_ps(1.0f); in SDL_Convert_F32_to_S16_SSE2() local 766 const __m128 one = _mm_set1_ps(1.0f); in SDL_Convert_F32_to_U16_SSE2() local 823 const __m128 one = _mm_set1_ps(1.0f); in SDL_Convert_F32_to_S32_SSE2() local 1113 const float32x4_t one = vdupq_n_f32(1.0f); in SDL_Convert_F32_to_S8_NEON() local 1175 const float32x4_t one = vdupq_n_f32(1.0f); in SDL_Convert_F32_to_U8_NEON() local 1238 const float32x4_t one = vdupq_n_f32(1.0f); in SDL_Convert_F32_to_S16_NEON() local 1296 const float32x4_t one = vdupq_n_f32(1.0f); in SDL_Convert_F32_to_U16_NEON() local 1354 const float32x4_t one = vdupq_n_f32(1.0f); in SDL_Convert_F32_to_S32_NEON() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | s_atan.c | 68 one = 1.0, variable
|
A D | k_cos.c | 51 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
|
A D | k_tan.c | 50 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
|
A D | e_fmod.c | 21 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
A D | e_sqrt.c | 85 static const double one = 1.0, tiny = 1.0e-300; variable
|
A D | e_exp.c | 83 one = 1.0, variable
|
A D | k_rem_pio2.c | 148 one = 1.0, variable
|
A D | e_pow.c | 75 one = 1.0, variable
|
/AliOS-Things-master/components/py_engine/tests/float/ |
A D | float2int_doubleprec_intbig.py | 27 one = 1 variable
|
A D | float2int_fp30_intbig.py | 27 one = 1 variable
|
A D | float2int_intbig.py | 27 one = 1 variable
|
/AliOS-Things-master/components/jsoncpp/test/jsonchecker/ |
A D | pass1.json | 17 "one": 1, number
|
/AliOS-Things-master/components/mbedtls/platform/yoc/ |
A D | net_sockets.c | 269 int one = 1; in mbedtls_net_accept() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dec_sse2.c | 903 const __m128i one = _mm_set1_epi8(1); in VE4_SSE2() local 919 const __m128i one = _mm_set1_epi8(1); in LD4_SSE2() local 935 const __m128i one = _mm_set1_epi8(1); in VR4_SSE2() local 960 const __m128i one = _mm_set1_epi8(1); in VL4_SSE2() local 985 const __m128i one = _mm_set1_epi8(1); in RD4_SSE2() local
|
A D | enc_sse2.c | 717 const __m128i one = _mm_set1_epi8(1); in VE4_SSE2() local 754 const __m128i one = _mm_set1_epi8(1); in LD4_SSE2() local 771 const __m128i one = _mm_set1_epi8(1); in VR4_SSE2() local 797 const __m128i one = _mm_set1_epi8(1); in VL4_SSE2() local 823 const __m128i one = _mm_set1_epi8(1); in RD4_SSE2() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | net_sockets.c | 375 int one = 1; in mbedtls_net_accept() local
|
A D | ecjpake.c | 557 mbedtls_mpi one; in ecjpake_ecp_add3() local 755 mbedtls_mpi m_xm2_s, one; in mbedtls_ecjpake_derive_secret() local
|