| /src/external/gpl3/gcc/dist/gcc/ |
| vec-perm-indices.h | 79 element_type clamp (element_type) const; 120 vec_perm_indices::clamp (element_type elt) const function in class:vec_perm_indices 141 return clamp (m_encoding.elt (i));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| vec-perm-indices.h | 79 element_type clamp (element_type) const; 120 vec_perm_indices::clamp (element_type elt) const function in class:vec_perm_indices 141 return clamp (m_encoding.elt (i));
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| eddsa.c | 50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) function 125 clamp(secret_scalar_ser); 184 clamp(expanded);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| eddsa.c | 50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) function 129 clamp(secret_scalar_ser); 188 clamp(expanded);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
| eddsa.c | 41 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) function 102 clamp(secret_scalar_ser); 159 clamp(expanded);
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| r300_cmdbuf.c | 984 int clamp; local 993 clamp = !!(header.r500fp.adrhi_flags & R500FP_CONSTANT_CLAMP); 996 addr |= (clamp << 17);
|
| /src/sys/external/bsd/common/include/linux/ |
| kernel.h | 93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX) macro
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGBuiltin.cpp | 62 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { function 15199 int64_t Index = clamp(ArgCI->getSExtValue(), 0, MaxIndex); 15243 int64_t Index = clamp(ArgCI->getSExtValue(), 0, MaxIndex);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-opts.cc | 1030 #define clamp(X) if (X == 0 || X > latest_abi_version) X = latest_abi_version macro 1031 clamp (flag_abi_version); 1032 clamp (warn_abi_version); 1033 clamp (flag_abi_compat_version); 1034 #undef clamp macro
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decContext.h | 39 /* clamp -- must be either 0 or 1 */ 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon14211
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-opts.cc | 992 #define clamp(X) if (X == 0 || X > latest_abi_version) X = latest_abi_version macro 993 clamp (flag_abi_version); 994 clamp (warn_abi_version); 995 clamp (flag_abi_compat_version); 996 #undef clamp macro
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decContext.h | 39 /* clamp -- must be either 0 or 1 */ 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon16625
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decContext.h | 39 /* clamp -- must be either 0 or 1 */ 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon18927
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decContext.h | 39 /* clamp -- must be either 0 or 1 */ 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon21668
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 3624 clamp(const _Tp& __val, const _Tp& __lo, const _Tp& __hi) function 3644 clamp(const _Tp& __val, const _Tp& __lo, const _Tp& __hi, _Compare __comp) function
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 3627 clamp(const _Tp& __val, const _Tp& __lo, const _Tp& __hi) function 3647 clamp(const _Tp& __val, const _Tp& __lo, const _Tp& __hi, _Compare __comp) function
|
| /src/sys/dev/stbi/ |
| stb_image.c | 294 // CLAMP results to 0..255 1351 // take a -128..127 value and clamp it and convert to 0..255 1352 __forceinline static uint8 clamp(int x) function 1460 o[0] = clamp((x0+t3) >> 17); 1461 o[7] = clamp((x0-t3) >> 17); 1462 o[1] = clamp((x1+t2) >> 17); 1463 o[6] = clamp((x1-t2) >> 17); 1464 o[2] = clamp((x2+t1) >> 17); 1465 o[5] = clamp((x2-t1) >> 17); 1466 o[3] = clamp((x3+t0) >> 17) [all...] |