HomeSort by relevance Sort by last modified time
    Searched full:valtype (Results 1 - 25 of 68) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h 108 // defines the type Valtype as the unsigned integer, and
117 typedef uint8_t Valtype;
124 typedef uint16_t Valtype;
131 typedef uint32_t Valtype;
138 typedef uint64_t Valtype;
143 // and target have the same endianness. It defines the type Valtype
145 // which takes an argument of type Valtype and returns the same value,
154 typedef typename Valtype_base<size>::Valtype Valtype;
156 static inline Valtype
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
fast_square_root.inl 70 template <typename valType, precision P>
71 GLM_FUNC_QUALIFIER valType fastLength
73 detail::tvec2<valType, P> const & x
76 valType sqr = x.x * x.x + x.y * x.y;
80 template <typename valType, precision P>
81 GLM_FUNC_QUALIFIER valType fastLength
83 detail::tvec3<valType, P> const & x
86 valType sqr = x.x * x.x + x.y * x.y + x.z * x.z;
90 template <typename valType, precision P>
91 GLM_FUNC_QUALIFIER valType fastLengt
    [all...]
transform2.hpp 117 template <typename valType, precision P>
118 GLM_FUNC_DECL detail::tmat4x4<valType, P> scaleBias(
119 valType scale,
120 valType bias);
124 template <typename valType, precision P>
125 GLM_FUNC_DECL detail::tmat4x4<valType, P> scaleBias(
126 detail::tmat4x4<valType, P> const & m,
127 valType scale,
128 valType bias);
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
export_test.go 9 func (k Key) SetValue(name string, valtype uint32, data []byte) error {
10 return k.setValue(name, valtype, data)
value.go 54 func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {
64 err = syscall.RegQueryValueEx(syscall.Handle(k), pname, nil, &valtype, pbuf, &l)
66 return int(l), valtype, err
68 return int(l), valtype, nil
71 func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {
98 func (k Key) GetStringValue(name string) (val string, valtype uint32, err error) {
145 func (k Key) GetStringsValue(name string) (val []string, valtype uint32, err error) {
179 func (k Key) GetIntegerValue(name string) (val uint64, valtype uint32, err error) {
205 func (k Key) GetBinaryValue(name string) (val []byte, valtype uint32, err error) {
216 func (k Key) setValue(name string, valtype uint32, data []byte) error
    [all...]
zsyscall_windows.go 46 func regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {
47 r0, _, _ := syscall.Syscall9(procRegEnumValueW.Addr(), 8, uintptr(key), uintptr(index), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(valtype)), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(buflen)), 0)
syscall.go 25 //sys regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValueW
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
export_test.go 9 func (k Key) SetValue(name string, valtype uint32, data []byte) error {
10 return k.setValue(name, valtype, data)
value.go 54 func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {
64 err = syscall.RegQueryValueEx(syscall.Handle(k), pname, nil, &valtype, pbuf, &l)
66 return int(l), valtype, err
68 return int(l), valtype, nil
71 func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {
98 func (k Key) GetStringValue(name string) (val string, valtype uint32, err error) {
145 func (k Key) GetStringsValue(name string) (val []string, valtype uint32, err error) {
179 func (k Key) GetIntegerValue(name string) (val uint64, valtype uint32, err error) {
205 func (k Key) GetBinaryValue(name string) (val []byte, valtype uint32, err error) {
216 func (k Key) setValue(name string, valtype uint32, data []byte) error
    [all...]
zsyscall_windows.go 46 func regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {
47 r0, _, _ := syscall.Syscall9(procRegEnumValueW.Addr(), 8, uintptr(key), uintptr(index), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(valtype)), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(buflen)), 0)
syscall.go 25 //sys regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValueW
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_vector_relational.inl 30 //template <typename valType>
38 // detail::type<valType>::is_float ||
39 // detail::type<valType>::is_int ||
40 // detail::type<valType>::is_uint);
45 //template <typename valType>
53 // detail::type<valType>::is_float ||
54 // detail::type<valType>::is_int ||
55 // detail::type<valType>::is_uint);
60 //template <typename valType>
68 // detail::type<valType>::is_float ||
    [all...]
type_gentype.hpp 47 typename VALTYPE,
55 typedef VALTYPE value_type;
56 typedef VALTYPE & value_reference;
57 typedef VALTYPE * value_pointer;
58 typedef VALTYPE const * value_const_pointer;
65 typedef TYPE<VALTYPE> type;
66 typedef TYPE<VALTYPE> * pointer;
67 typedef TYPE<VALTYPE> const * const_pointer;
68 typedef TYPE<VALTYPE> const * const const_pointer_const;
69 typedef TYPE<VALTYPE> * const pointer_const
    [all...]
intrinsic_matrix.inl 208 // valType SubFactor00 = m[2][2] * m[3][3] - m[3][2] * m[2][3];
209 // valType SubFactor00 = m[2][2] * m[3][3] - m[3][2] * m[2][3];
210 // valType SubFactor06 = m[1][2] * m[3][3] - m[3][2] * m[1][3];
211 // valType SubFactor13 = m[1][2] * m[2][3] - m[2][2] * m[1][3];
228 // valType SubFactor01 = m[2][1] * m[3][3] - m[3][1] * m[2][3];
229 // valType SubFactor01 = m[2][1] * m[3][3] - m[3][1] * m[2][3];
230 // valType SubFactor07 = m[1][1] * m[3][3] - m[3][1] * m[1][3];
231 // valType SubFactor14 = m[1][1] * m[2][3] - m[2][1] * m[1][3];
249 // valType SubFactor02 = m[2][1] * m[3][2] - m[3][1] * m[2][2];
250 // valType SubFactor02 = m[2][1] * m[3][2] - m[3][1] * m[2][2]
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.inl 195 template <typename valType>
196 GLM_FUNC_QUALIFIER detail::tmat4x4<valType, defaultp> frustum
198 valType const & left,
199 valType const & right,
200 valType const & bottom,
201 valType const & top,
202 valType const & nearVal,
203 valType const & farVal
206 detail::tmat4x4<valType, defaultp> Result(0);
207 Result[0][0] = (valType(2) * nearVal) / (right - left)
    [all...]
quaternion.inl 92 //template <typename valType>
93 //GLM_FUNC_QUALIFIER tquat<valType>::tquat
95 // valType const & pitch,
96 // valType const & yaw,
97 // valType const & roll
100 // tvec3<valType> eulerAngle(pitch * valType(0.5), yaw * valType(0.5), roll * valType(0.5));
101 // tvec3<valType> c = glm::cos(eulerAngle * valType(0.5))
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
reloc.h 328 typename elfcpp::Swap<valsize, big_endian>::Valtype value)
330 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
331 Valtype* wv = reinterpret_cast<Valtype*>(view);
332 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
340 typename elfcpp::Swap<valsize, big_endian>::Valtype value)
342 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
343 Valtype;
344 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view)
    [all...]
int_encoding.h 102 typename elfcpp::Valtype_base<valsize>::Valtype value)
115 typename elfcpp::Valtype_base<valsize>::Valtype
118 typename elfcpp::Valtype_base<valsize>::Valtype return_value;
129 typename elfcpp::Valtype_base<valsize>::Valtype
132 typename elfcpp::Valtype_base<valsize>::Valtype return_value;
144 typename elfcpp::Valtype_base<valsize>::Valtype
147 typename elfcpp::Valtype_base<valsize>::Valtype return_value;
sparc.cc 527 typename elfcpp::Swap<size, big_endian>::Valtype value,
528 typename elfcpp::Swap<size, big_endian>::Valtype addend)
530 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
531 Valtype* wv = reinterpret_cast<Valtype*>(view);
532 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
533 Valtype reloc = ((value + addend) >> right_shift);
550 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
552 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype
    [all...]
arm.cc     [all...]
tilegx.cc 808 typename elfcpp::Swap<size, big_endian>::Valtype addend,
812 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
813 Valtype* wv = reinterpret_cast<Valtype*>(view);
814 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
815 Valtype reloc = 0;
835 typename elfcpp::Swap<size, big_endian>::Valtype addend,
839 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
840 Valtype;
    [all...]
  /external/libxml2/include/libxml/
xmlschemastypes.h 57 xmlSchemaValType valType,
101 xmlSchemaValType valType,
  /external/llvm/lib/IR/
ConstantsContext.h 348 typedef ConstantExprKeyType ValType;
352 typedef InlineAsmKeyType ValType;
356 typedef ConstantAggrKeyType<ConstantArray> ValType;
360 typedef ConstantAggrKeyType<ConstantStruct> ValType;
364 typedef ConstantAggrKeyType<ConstantVector> ValType;
551 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
553 typedef std::pair<TypeClass *, ValType> LookupKey;
566 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
600 ConstantClass *create(TypeClass *Ty, ValType V)
    [all...]
  /external/vixl/test/
test-invalset.cc 38 typedef ptrdiff_t ValType;
44 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
46 ValType val_;
  /external/libxml2/os400/libxmlrpg/
xmlschemastypes.rpgle 70 d valType value like(xmlSchemaValType)
152 d valType value like(xmlSchemaValType)

Completed in 257 milliseconds

1 2 3