Home
last modified time | relevance | path

Searched refs:_ONE (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/const-eval/
H A Dduration_conversion.rs10 const _ONE: usize = _ONE_SECOND.as_secs() as usize; in main() const
14 const _0: [[u8; _ONE]; _TWO] = [[1; _ONE]; _TWO]; in main()
/dports/devel/etl/synfig-1.2.2/ETL/ETL/
H A D_fixed.h112 inline static value_type _ONE() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE;
185 fixed_base<T,FIXED_BITS>::fixed_base(const float &f):_data(static_cast<value_type>(f*_ONE() in fixed_base()
192 fixed_base<T,FIXED_BITS>::fixed_base(const double &f):_data(static_cast<value_type>(f*_ONE() in fixed_base()
230 fixed_base<T,FIXED_BITS>::_ONE() in _ONE() function
238 return static_cast<T>(_USING_ALL_BITS()?~T(0):_ONE()-1); in _F_MASK()
244 return 1.0f/((float)_ONE()*2); in _EPSILON()
468 return static_cast<float>(_data)/static_cast<float>(_ONE());
474 return static_cast<double>(_data)/static_cast<double>(_ONE());
480 return static_cast<long double>(_data)/static_cast<long double>(_ONE());
509 ret._data=(ret._data&~_F_MASK()) + _ONE(); in ceil()
[all …]
/dports/graphics/synfig/synfig-1.2.2/ETL/ETL/
H A D_fixed.h112 inline static value_type _ONE() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE;
185 fixed_base<T,FIXED_BITS>::fixed_base(const float &f):_data(static_cast<value_type>(f*_ONE() in fixed_base()
192 fixed_base<T,FIXED_BITS>::fixed_base(const double &f):_data(static_cast<value_type>(f*_ONE() in fixed_base()
230 fixed_base<T,FIXED_BITS>::_ONE() in _ONE() function
238 return static_cast<T>(_USING_ALL_BITS()?~T(0):_ONE()-1); in _F_MASK()
244 return 1.0f/((float)_ONE()*2); in _EPSILON()
468 return static_cast<float>(_data)/static_cast<float>(_ONE());
474 return static_cast<double>(_data)/static_cast<double>(_ONE());
480 return static_cast<long double>(_data)/static_cast<long double>(_ONE());
509 ret._data=(ret._data&~_F_MASK()) + _ONE(); in ceil()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/ETL/ETL/
H A D_fixed.h112 inline static value_type _ONE() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE;
185 fixed_base<T,FIXED_BITS>::fixed_base(const float &f):_data(static_cast<value_type>(f*_ONE() in fixed_base()
192 fixed_base<T,FIXED_BITS>::fixed_base(const double &f):_data(static_cast<value_type>(f*_ONE() in fixed_base()
230 fixed_base<T,FIXED_BITS>::_ONE() in _ONE() function
238 return static_cast<T>(_USING_ALL_BITS()?~T(0):_ONE()-1); in _F_MASK()
244 return 1.0f/((float)_ONE()*2); in _EPSILON()
468 return static_cast<float>(_data)/static_cast<float>(_ONE());
474 return static_cast<double>(_data)/static_cast<double>(_ONE());
480 return static_cast<long double>(_data)/static_cast<long double>(_ONE());
509 ret._data=(ret._data&~_F_MASK()) + _ONE(); in ceil()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dutils3d.py123 _ONE = 1-_ZERO variable
172 if _ZERO<u<_ONE:
175 if _ZERO<ou<_ONE:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Drandom.py100 _ONE = 1 variable
288 def randrange(self, start, stop=None, step=_ONE):
303 if step is not _ONE:
/dports/lang/python310/Python-3.10.1/Lib/
H A Drandom.py100 _ONE = 1 variable
292 def randrange(self, start, stop=None, step=_ONE):
317 if step is not _ONE:
/dports/security/libdecaf/libdecaf-1.0.0/src/per_field/
H A Df_field.tmpl.h20 #define ONE gf_$(gf_shortname)_ONE
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/x86/
H A Dsad16-a.asm364 SAD_X%1_ONE x*mmsize, x*mmsize
365 SAD_X%1_ONE 2*FENC_STRIDE+x*mmsize, 2*%2+x*mmsize
462 SAD_X%1_ONE 2*FENC_STRIDE, 2*STRIDE
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/x86/
H A Dsad16-a.asm364 SAD_X%1_ONE x*mmsize, x*mmsize
365 SAD_X%1_ONE 2*FENC_STRIDE+x*mmsize, 2*%2+x*mmsize
462 SAD_X%1_ONE 2*FENC_STRIDE, 2*STRIDE
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/x86/
H A Dsad16-a.asm364 SAD_X%1_ONE x*mmsize, x*mmsize
365 SAD_X%1_ONE 2*FENC_STRIDE+x*mmsize, 2*%2+x*mmsize
462 SAD_X%1_ONE 2*FENC_STRIDE, 2*STRIDE
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/x86/
H A Dsad16-a.asm364 SAD_X%1_ONE x*mmsize, x*mmsize
365 SAD_X%1_ONE 2*FENC_STRIDE+x*mmsize, 2*%2+x*mmsize
462 SAD_X%1_ONE 2*FENC_STRIDE, 2*STRIDE
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DmacroAssembler_x86_cos.cpp179 ATTRIBUTE_ALIGNED(8) juint _ONE[] =
205 address ONE = (address)_ONE; in fast_cos()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/x86/
H A Dsad16-a.asm1363 SAD_X%1_ONE x*mmsize, x*mmsize
1364 SAD_X%1_ONE 2*FENC_STRIDE+x*mmsize, 2*%2+x*mmsize
1460 SAD_X%1_ONE 2*FENC_STRIDE, 2*STRIDE
/dports/math/reduce/Reduce-svn5758-src/doc/manual/
H A Dassist.tex62 MEMBER ELMULT PAIR DEPTH MKDEPTH\_ONE \\
255 \f{ . (``dot''), POSITION, DEPTH, MKDEPTH\_ONE, \\
280 that the list is of {\em unequal depth}. The function \f{MKDEPTH\_ONE}
996 The function \f{MKDEPTH\_ONE} described above implements that functionality.
/dports/math/reduce/Reduce-svn5758-src/packages/assist/
H A Dassist.tex79 MEMBER ELMULT PAIR DEPTH MKDEPTH\_ONE \nl
301 \f{ . (``dot''), POSITION, DEPTH, MKDEPTH\_ONE, \\
330 that the list is of {\em unequal depth}. The function \f{MKDEPTH\_ONE}
1141 The function \f{MKDEPTH\_ONE} described above implements that functionality.
/dports/math/libflame/libflame-5.2.0/docs/libflame/
H A Dmacros.tex327 \newcommand{\flaone}{\mbox{{\tt FLA\_ONE}} }
328 \newcommand{\flaonens}{\mbox{{\tt FLA\_ONE}}}
331 \newcommand{\flaminusone}{\mbox{{\tt FLA\_MINUS\_ONE}} }
332 \newcommand{\flaminusonens}{\mbox{{\tt FLA\_MINUS\_ONE}}}
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Doc/
H A Dman-param.tex680 \item[\ptt{problem\_type} -- integer ({\tt ZERO\_ONE\_PROBLEM}\{0\}).]
952 without recompiling. The only other option is {\tt TEST\_ZERO\_ONE}\{0\}.
989 {\tt USER\_\_CLOSE\_TO\_ONE\_AND\_CHEAP}\{12\}. This

12