Home
last modified time | relevance | path

Searched refs:float_out (Results 1 – 25 of 94) sorted by relevance

1234

/dports/graphics/wdune/wdune-1.926/docs/typical_vrml_examples/ecmascript/
H A Dplanesensor2interpolatormophing.wrl15 eventOut SFFloat float_out
22 float_out=0;
24 float_out=1;
26 float_out=value[0];
269 ROUTE vec3f_to_float0bis1.float_out TO CoordinateInterpolator1.set_fraction
/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86_64/
H A Dbf16to.c49 float float_out = 0.0; in bf16to_kernel_1() local
54 float_out = 0.0; in bf16to_kernel_1()
55 tmp = (uint16_t*)(&float_out); in bf16to_kernel_1()
101 *(out+index_out) = (double)float_out; in bf16to_kernel_1()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dspeex.c156 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
159 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
162 if (float_out[i]>32767.f) in speex_decode_int()
164 else if (float_out[i]<-32768.f) in speex_decode_int()
167 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/games/evq3/evq3/code/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/libspeex/
H A Dspeex.c156 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
159 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
162 if (float_out[i]>32767.f) in speex_decode_int()
164 else if (float_out[i]<-32768.f) in speex_decode_int()
167 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/speex-1.1.12/libspeex/
H A Dspeex.c156 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
159 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
162 if (float_out[i]>32767.f) in speex_decode_int()
164 else if (float_out[i]<-32768.f) in speex_decode_int()
167 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/net/opal/opal-3.10.10/plugins/audio/Speex/libspeex/
H A Dspeex.c156 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
159 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
162 if (float_out[i]>32767.f) in speex_decode_int()
164 else if (float_out[i]<-32768.f) in speex_decode_int()
167 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/audio/speex/speex-1.2.0/libspeex/
H A Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
169 if (float_out[i]>32767.f) in speex_decode_int()
171 else if (float_out[i]<-32768.f) in speex_decode_int()
174 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dpcm_test.c136 float *float_out, *float_in ; in pcm_test_bits_8() local
268 float_out = data_out.f ; in pcm_test_bits_8()
271 { float_out [k] = (k * ((k % 2) ? 1 : -1)) ; in pcm_test_bits_8()
319 if (fabs (float_out [k] - float_in [k]) > 1e-10) in pcm_test_bits_8()
402 float *float_out, *float_in ; in pcm_test_bits_16() local
534 float_out = data_out.f ; in pcm_test_bits_16()
537 { float_out [k] = (k * ((k % 2) ? 3 : -3)) ; in pcm_test_bits_16()
668 float *float_out, *float_in ; in pcm_test_bits_24() local
800 float_out = data_out.f ; in pcm_test_bits_24()
934 float *float_out, *float_in ; in pcm_test_bits_32() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_external_image.h37 bool float_out, size_t num_channels,
54 bool float_out, JxlEndianness endianness,
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_external_image.h37 bool float_out, size_t num_channels,
54 bool float_out, JxlEndianness endianness,
H A Ddec_external_image.cc264 size_t bits_per_sample, bool float_out, in ConvertChannelsToExternal() argument
336 if (float_out) { in ConvertChannelsToExternal()
478 bool float_out, size_t num_channels, in ConvertToExternal() argument
511 channels, num_channels, bits_per_sample, float_out, endianness, stride, in ConvertToExternal()
516 bool float_out, JxlEndianness endianness, in ConvertToExternal() argument
523 channels, 1, bits_per_sample, float_out, endianness, stride, pool, in ConvertToExternal()
/dports/databases/grass7/grass-7.8.6/raster/r.out.bin/
H A Dmain.c254 struct Flag *float_out; in main() member
326 flag.float_out = G_define_flag(); in main()
327 flag.float_out->key = 'f'; in main()
328 flag.float_out->description = _("Generate floating-point output"); in main()
379 if (flag.int_out->answer && flag.float_out->answer) in main()
381 flag.int_out->key, flag.float_out->key); in main()
387 else if (flag.float_out->answer) in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_atts1.c250 if (float_in[i] != float_out[i]) ERR; in main()
313 if (double_in[i] != float_out[i]) ERR; in main()
346 if (float_in[i] != float_out[i]) ERR; in main()
380 if (int_in[i] != (int) float_out[i]) ERR; in main()
412 if (uint_in[i] != (unsigned int) float_out[i]) ERR; in main()
444 if (short_in[i] != (short) float_out[i]) ERR; in main()
508 if (schar_in[i] != (signed char) float_out[i]) ERR; in main()
540 if (uchar_in[i] != (unsigned char) float_out[i]) ERR; in main()
572 if (longlong_in[i] != (int)float_out[i]) ERR; in main()
675 if (float_in[i] != float_out[i]) ERR; in main()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_atts1.c250 if (float_in[i] != float_out[i]) ERR; in main()
313 if (double_in[i] != float_out[i]) ERR; in main()
346 if (float_in[i] != float_out[i]) ERR; in main()
380 if (int_in[i] != (int) float_out[i]) ERR; in main()
412 if (uint_in[i] != (unsigned int) float_out[i]) ERR; in main()
444 if (short_in[i] != (short) float_out[i]) ERR; in main()
508 if (schar_in[i] != (signed char) float_out[i]) ERR; in main()
540 if (uchar_in[i] != (unsigned char) float_out[i]) ERR; in main()
572 if (longlong_in[i] != (int)float_out[i]) ERR; in main()
675 if (float_in[i] != float_out[i]) ERR; in main()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dtst_atts3.c140 float float_in[ATT_LEN], float_out[ATT_LEN] = {-0.5, 0.25, 0.125}; in main() local
257 if (float_in[i] != float_out[i]) ERR; in main()
296 if (double_in[i] != float_out[i]) ERR; in main()
313 if (float_in[i] != float_out[i]) ERR; in main()
330 if (int_in[i] != (int) float_out[i]) ERR; in main()
349 if (short_in[i] != (short) float_out[i]) ERR; in main()
370 if (schar_in[i] != (signed char) float_out[i]) ERR; in main()
388 if (uchar_in[i] != (unsigned char) float_out[i]) ERR; in main()
410 if (longlong_in[i] != (long long)float_out[i]) ERR; in main()
787 float float_in[ATT_LEN], float_out[ATT_LEN] = {.5, 0.25, 0.125}; in main() local
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dtst_atts3.c140 float float_in[ATT_LEN], float_out[ATT_LEN] = {-0.5, 0.25, 0.125}; in main() local
257 if (float_in[i] != float_out[i]) ERR; in main()
296 if (double_in[i] != float_out[i]) ERR; in main()
313 if (float_in[i] != float_out[i]) ERR; in main()
330 if (int_in[i] != (int) float_out[i]) ERR; in main()
349 if (short_in[i] != (short) float_out[i]) ERR; in main()
370 if (schar_in[i] != (signed char) float_out[i]) ERR; in main()
388 if (uchar_in[i] != (unsigned char) float_out[i]) ERR; in main()
410 if (longlong_in[i] != (long long)float_out[i]) ERR; in main()
787 float float_in[ATT_LEN], float_out[ATT_LEN] = {.5, 0.25, 0.125}; in main() local
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nc_test/
H A Dtst_atts3.c142 float float_in[ATT_LEN], float_out[ATT_LEN] = {-0.5, 0.25, 0.125}; in tst_atts3() local
246 if (float_in[i] != float_out[i]) ERRV in tst_atts3()
280 if (double_in[i] != float_out[i]) ERRV in tst_atts3()
297 if (float_in[i] != float_out[i]) ERRV in tst_atts3()
314 if (int_in[i] != (int) float_out[i]) ERRV in tst_atts3()
333 if (short_in[i] != (short) float_out[i]) ERRV in tst_atts3()
354 if (schar_in[i] != (signed char) float_out[i]) ERRV in tst_atts3()
378 if (uchar_in[i] != (unsigned char) float_out[i]) ERRV in tst_atts3()
400 if (longlong_in[i] != (long long)float_out[i]) ERRV in tst_atts3()
702 float float_in[ATT_LEN], float_out[ATT_LEN] = {.5, 0.25, 0.125}; in tst_atts3() local
[all …]

1234