Home
last modified time | relevance | path

Searched defs:sgn (Results 1 – 17 of 17) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java81 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration()
92 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration()
156 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration()
159 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration()
162 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DICUDurationTest.java84 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration()
95 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration()
159 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration()
162 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration()
165 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration()
/third_party/libsnd/src/ALAC/
Ddp_dec.c58 int32_t sum1, sg, sgn, top, dd ; in unpc_block() local
Ddp_enc.c80 int32_t sg, sgn ; in pc_block() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dfast_trigonometry.inl122 T sgn = sign(y) * sign(x); local
/third_party/boost/boost/math/special_functions/detail/
Dbessel_jy_derivatives_series.hpp200 int sgn; in bessel_y_derivative_small_z_series() local
Dbessel_jy_series.hpp197 int sgn; in bessel_y_small_z_series() local
Dhypergeometric_1F1_bessel.hpp409 int sgn = boost::math::sign(result); in hypergeometric_1F1_AS_13_3_7_tricomi() local
/third_party/ffmpeg/libavcodec/
Dg726.c65 static inline int sgn(int value) in sgn() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc470 float sgn(T val) { in sgn() function
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3204 struct svga_shader_signature *sgn = &emit->signature; in emit_passthrough_control_point_signature() local
3614 struct svga_shader_signature *sgn = &emit->signature; in emit_input_declaration() local
3735 struct svga_shader_signature *sgn = &emit->signature; in emit_output_declaration() local
4092 struct svga_shader_signature *sgn = &emit->signature; in emit_gs_output_declarations() local
4149 struct svga_shader_signature *sgn = &emit->signature; in emit_tesslevel_declaration() local
4167 struct svga_shader_signature *sgn = &emit->signature; in emit_tcs_output_declarations() local
10969 copy_shader_signature(struct svga_shader_signature *sgn, in copy_shader_signature()
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c230 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed) in check_linear_format()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1535 void ShaderCore::sgn(Vector4f &dst, const Vector4f &src) in sgn() function in sw::ShaderCore
1790 void ShaderCore::sgn(Float4 &dst, const Float4 &src) in sgn() function in sw::ShaderCore
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c803 LLVMValueRef sgn; in build_cube_select() local
/third_party/quickjs/
Dlibbf.c2486 int shift, e, sgn; in bf_set_float64() local
Dquickjs.c48278 int sgn, res; in string_get_signed_field() local
48331 int p, i, c, sgn; in js_Date_parse() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9116 Temp sgn = bld.vop2_e64( in build_cube_select() local