Home
last modified time | relevance | path

Searched refs:next_float (Results 26 – 50 of 103) sorted by relevance

12345

/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtc/
H A Dulp.hpp33 GLM_FUNC_DECL genType next_float(genType const & x);
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtc/
H A Dulp.hpp33 GLM_FUNC_DECL genType next_float(genType const & x);
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/float/
H A Dprev_float_spec.rb34 num.next_float.prev_float.should == num
38 x = 0.0.next_float.prev_float
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtc/
H A Dulp.hpp33 GLM_FUNC_DECL genType next_float(genType const & x);
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtc/
H A Dulp.hpp35 GLM_FUNC_DECL genType next_float(genType const& x);
45 GLM_FUNC_DECL genType next_float(genType const& x, uint const& Distance);
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtx/
H A Dgtx_fast_trigonometry.cpp24 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
28 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
58 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
62 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
84 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
88 for (float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
110 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
114 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
136 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
139 for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) in perf()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/glm/ext/
H A Dscalar_ulp.inl192 GLM_FUNC_QUALIFIER float next_float(float x) function
206 GLM_FUNC_QUALIFIER double next_float(double x) function
220 GLM_FUNC_QUALIFIER T next_float(T x, int ULPs) function
222 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'next_float' only accept floating-point inpu…
227 temp = next_float(temp);
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/html/
H A Dstandalone_HTML.manifest34 math_toolkit/next_float.html
35 math_toolkit/next_float/nextafter.html
36 math_toolkit/next_float/float_next.html
37 math_toolkit/next_float/float_prior.html
38 math_toolkit/next_float/float_distance.html
39 math_toolkit/next_float/float_advance.html
40 math_toolkit/next_float/ulp.html
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/html/
H A Dstandalone_HTML.manifest34 math_toolkit/next_float.html
35 math_toolkit/next_float/nextafter.html
36 math_toolkit/next_float/float_next.html
37 math_toolkit/next_float/float_prior.html
38 math_toolkit/next_float/float_distance.html
39 math_toolkit/next_float/float_advance.html
40 math_toolkit/next_float/ulp.html
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/html/
H A Dstandalone_HTML.manifest34 math_toolkit/next_float.html
35 math_toolkit/next_float/nextafter.html
36 math_toolkit/next_float/float_next.html
37 math_toolkit/next_float/float_prior.html
38 math_toolkit/next_float/float_distance.html
39 math_toolkit/next_float/float_advance.html
40 math_toolkit/next_float/ulp.html
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/html/
H A Dstandalone_HTML.manifest34 math_toolkit/next_float.html
35 math_toolkit/next_float/nextafter.html
36 math_toolkit/next_float/float_next.html
37 math_toolkit/next_float/float_prior.html
38 math_toolkit/next_float/float_distance.html
39 math_toolkit/next_float/float_advance.html
40 math_toolkit/next_float/ulp.html
/dports/math/py-numpy/numpy-1.20.3/numpy/random/src/distributions/
H A Ddistributions.c19 static NPY_INLINE float next_float(bitgen_t *bitgen_state) { in next_float() function
25 return next_float(bitgen_state); in random_standard_uniform_f()
42 out[i] = next_float(bitgen_state); in random_standard_uniform_fill_f()
87 return ziggurat_exp_r_f - logf(1.0f - next_float(bitgen_state)); in standard_exponential_unlikely_f()
88 } else if ((fe_float[idx - 1] - fe_float[idx]) * next_float(bitgen_state) + in standard_exponential_unlikely_f()
132 out[i] = -log(1.0 - next_float(bitgen_state)); in random_standard_exponential_inv_fill_f()
199 xx = -ziggurat_nor_inv_r_f * logf(1.0f - next_float(bitgen_state)); in random_standard_normal_f()
200 yy = -logf(1.0f - next_float(bitgen_state)); in random_standard_normal_f()
206 if (((fi_float[idx - 1] - fi_float[idx]) * next_float(bitgen_state) + in random_standard_normal_f()
277 U = next_float(bitgen_state); in random_standard_gamma_f()
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/graph/
H A Djson_lexer.hpp374 void next_float(void);
/dports/math/cppad/CppAD-20210000.8/test_more/general/local/
H A Djson_lexer.cpp138 { json_lexer.next_float(); in json_lexer()
262 { json_lexer.next_float(); in json_lexer()
/dports/math/cppad/CppAD-20210000.8/cppad_lib/
H A Djson_parser.cpp145 { json_lexer.next_float(); in json_parser()
313 { json_lexer.next_float(); in json_parser()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox.h254 struct box *next_float; member
H A Dbox_inspect.c244 b = b->next_float; in box_move_xy()
755 if (box->next_float) in box_dump()
756 fprintf(stream, " next_float %p", box->next_float); in box_dump()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/maple/
H A Dcsh.mpl75 next_float := proc(value)
94 value:=next_float(value):
109 value:=next_float(value):
430 vvalue:=next_float(vvalue):
/dports/math/crlibm/crlibm-1.0beta4/maple/
H A Dcsh.mpl75 next_float := proc(value)
94 value:=next_float(value):
109 value:=next_float(value):
430 vvalue:=next_float(vvalue):
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/lib/
H A DDataGen_modify.pl3127 my($next_float) = @_;
3129 $next_float = $next_float + 1e-47;
3131 return($next_float);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/lib/
H A DDataGen_modify.pl3127 my($next_float) = @_;
3129 $next_float = $next_float + 1e-47;
3131 return($next_float);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/funcs_1/lib/
H A DDataGen_modify.pl3127 my($next_float) = @_;
3129 $next_float = $next_float + 1e-47;
3131 return($next_float);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/funcs_1/lib/
H A DDataGen_modify.pl3127 my($next_float) = @_;
3129 $next_float = $next_float + 1e-47;
3131 return($next_float);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/lib/
H A DDataGen_modify.pl3127 my($next_float) = @_;
3129 $next_float = $next_float + 1e-47;
3131 return($next_float);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/funcs_1/lib/
H A DDataGen_modify.pl3127 my($next_float) = @_;
3129 $next_float = $next_float + 1e-47;
3131 return($next_float);

12345