Home
last modified time | relevance | path

Searched defs:float (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dline_program.cpp19 const std::array<float, 2>& pixelsToGLUnits, in makeValues()
38 const std::array<float, 2>& pixelsToGLUnits) { in uniformValues()
52 const std::array<float, 2>& pixelsToGLUnits, in uniformValues()
88 const std::array<float, 2>& pixelsToGLUnits, in uniformValues()
H A Dsymbol_program.cpp42 const std::array<float, 2>& pixelsToGLUnits, in makeValues()
107 const std::array<float, 2>& pixelsToGLUnits, in uniformValues()
130 const std::array<float, 2>& pixelsToGLUnits, in uniformValues()
H A Dsymbol_program.hpp139 …ConstantSymbolSizeBinder(const float /*tileZoom*/, const float& size, const float /*defaultValue*/) in ConstantSymbolSizeBinder()
142 …ConstantSymbolSizeBinder(const float /*tileZoom*/, const style::Undefined&, const float defaultVal… in ConstantSymbolSizeBinder()
145 …ConstantSymbolSizeBinder(const float tileZoom, const style::PropertyExpression<float>& expression_… in ConstantSymbolSizeBinder()
192 …SourceFunctionSymbolSizeBinder(const float /*tileZoom*/, style::PropertyExpression<float> expressi… in SourceFunctionSymbolSizeBinder()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dposition.hpp12 Position(std::array<float, 3>& position_) in Position()
34 void set(std::array<float, 3>& position_) { in set()
42 void setCartesian(std::array<float, 3>& position_) { in setCartesian()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_tile.cpp15 const std::array<float, 2>& translation, in translateVtxMatrix()
43 mat4 RenderTile::translatedMatrix(const std::array<float, 2>& translation, in translatedMatrix()
49 mat4 RenderTile::translatedClipMatrix(const std::array<float, 2>& translation, in translatedClipMatrix()
H A Drender_layer.hpp73 const float, in queryIntersectsFeature()
H A Dpaint_property_binder.hpp43 std::array<float, N*2> zoomInterpolatedAttributeValue(const std::array<float, N>& min, const std::a… in zoomInterpolatedAttributeValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp17 const std::array<float, 2> textOffset_, in SymbolInstance()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.cpp27 void bindUniform<std::array<float, 2>>(UniformLocation location, const std::array<float, 2>& t) { in bindUniform()
32 void bindUniform<std::array<float, 3>>(UniformLocation location, const std::array<float, 3>& t) { in bindUniform()
37 void bindUniform<std::array<float, 4>>(UniformLocation location, const std::array<float, 4>& t) { in bindUniform()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp61 void stringify(Writer& writer, const std::array<float, 2>& v) { in stringify()
69 void stringify(Writer& writer, const std::array<float, 4>& v) { in stringify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer.cpp249 void SymbolLayer::setIconTextFitPadding(PropertyValue<std::array<float, 4>> value) { in setIconTextFitPadding()
329 void SymbolLayer::setIconOffset(DataDrivenPropertyValue<std::array<float, 2>> value) { in setIconOffset()
617 void SymbolLayer::setTextOffset(DataDrivenPropertyValue<std::array<float, 2>> value) { in setTextOffset()
819 void SymbolLayer::setIconTranslate(PropertyValue<std::array<float, 2>> value) { in setIconTranslate()
1008 void SymbolLayer::setTextTranslate(PropertyValue<std::array<float, 2>> value) { in setTextTranslate()
H A Dfill_layer.cpp215 void FillLayer::setFillTranslate(PropertyValue<std::array<float, 2>> value) { in setFillTranslate()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Application.m675 - (float) prefs_get_float:(NSString *)key default:(float)def argument
750 - (void) prefs_set_float:(NSString *)key value:(float)value argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp687 inline v_reg<float, n> v_not_nan(const v_reg<float, n>& a) in v_not_nan()
1657 template<int n> inline v_reg<int, n> v_round(const v_reg<float, n>& a) in v_round()
1680 template<int n> inline v_reg<int, n> v_floor(const v_reg<float, n>& a) in v_floor()
1691 template<int n> inline v_reg<int, n> v_ceil(const v_reg<float, n>& a) in v_ceil()
1702 template<int n> inline v_reg<int, n> v_trunc(const v_reg<float, n>& a) in v_trunc()
1794 template<int n> inline v_reg<double, n> v_cvt_f64(const v_reg<float, n*2>& a) in v_cvt_f64()
1827 v_reg<float, n>& x, v_reg<float, n>& y) in v_lut_deinterleave()
2283 v_pack_store(float16_t* ptr, v_reg<float, V_TypeTraits<float>::nlanes128>& v) in v_pack_store()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp687 inline v_reg<float, n> v_not_nan(const v_reg<float, n>& a) in v_not_nan()
1657 template<int n> inline v_reg<int, n> v_round(const v_reg<float, n>& a) in v_round()
1680 template<int n> inline v_reg<int, n> v_floor(const v_reg<float, n>& a) in v_floor()
1691 template<int n> inline v_reg<int, n> v_ceil(const v_reg<float, n>& a) in v_ceil()
1702 template<int n> inline v_reg<int, n> v_trunc(const v_reg<float, n>& a) in v_trunc()
1794 template<int n> inline v_reg<double, n> v_cvt_f64(const v_reg<float, n*2>& a) in v_cvt_f64()
1827 v_reg<float, n>& x, v_reg<float, n>& y) in v_lut_deinterleave()
2283 v_pack_store(float16_t* ptr, v_reg<float, V_TypeTraits<float>::nlanes128>& v) in v_pack_store()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp687 inline v_reg<float, n> v_not_nan(const v_reg<float, n>& a) in v_not_nan()
1657 template<int n> inline v_reg<int, n> v_round(const v_reg<float, n>& a) in v_round()
1680 template<int n> inline v_reg<int, n> v_floor(const v_reg<float, n>& a) in v_floor()
1691 template<int n> inline v_reg<int, n> v_ceil(const v_reg<float, n>& a) in v_ceil()
1702 template<int n> inline v_reg<int, n> v_trunc(const v_reg<float, n>& a) in v_trunc()
1794 template<int n> inline v_reg<double, n> v_cvt_f64(const v_reg<float, n*2>& a) in v_cvt_f64()
1827 v_reg<float, n>& x, v_reg<float, n>& y) in v_lut_deinterleave()
2283 v_pack_store(float16_t* ptr, v_reg<float, V_TypeTraits<float>::nlanes128>& v) in v_pack_store()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp246 set_loads(std::pair<float, float> load_pair) in set_loads()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_fill_extrusion_layer.cpp204 const float, in queryIntersectsFeature()
H A Drender_fill_layer.cpp226 const float, in queryIntersectsFeature()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp246 set_loads(std::pair<float, float> load_pair) in set_loads()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats_i.c511 WRITE_FUNC(f, sizeof(float), float, TWIDDLE_FLOAT) in WRITE_FUNC()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py137 def float(value, fromhex='false'): function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp173 const std::array<float, 2>& translate, in translateQueryGeometry()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlsh_index.h264 float& /*checked_average*/) in getNeighbors() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp146 static T evaluate(float, const GeometryTileFeature&, const T& t, const T&) { in evaluate() argument

12