| LOW | stb_c_lexer.h | 1 | // stb_c_lexer.h - v0.12 - public domain Sean Barrett 2013 |
| LOW | stb_c_lexer.h | 21 | // 0.04 fix octal parsing bug |
| LOW | stb_c_lexer.h | 41 | // github:mundusnine (bugfix) |
| LOW | stb_c_lexer.h | 61 | #define STB_C_LEX_C_HEX_INTS Y // "0x[0-9a-fA-F]+" CLEX_intlit |
| LOW | stb_c_lexer.h | 81 | // "<<=" CLEX_shleq ">>=" CLEX_shreq |
| LOW | stb_c_lexer.h | 141 | extern "C" { |
| LOW | stb_c_lexer.h | 161 | extern void stb_c_lexer_get_location(const stb_lexer *lexer, const char *where, stb_lex_location *loc); |
| LOW | stb_c_lexer.h | 221 | typedef double stb__clex_int; |
| LOW | stb_c_lexer.h | 241 | #define STB__clex_hex_ints |
| LOW | stb_image_write.h | 201 | #ifdef _WIN32 |
| LOW | stb_image_write.h | 221 | #elif !defined(STBIW_MALLOC) && !defined(STBIW_FREE) && !defined(STBIW_REALLOC) && !defined(STBIW_REALLOC_SIZED) |
| LOW | stb_image_write.h | 801 | } else |
| LOW | stb_image_write.h | 881 | (bitbuf |= (code) << bitcount, bitcount += (codebits), stbiw__zlib_flush()) |
| LOW | stb_image_resize2.h | 401 | typedef uint32_t stbir_uint32; |
| LOW | stb_image_resize2.h | 421 | // |
| LOW | stb_image_resize2.h | 541 | // * Separate input and output data types |
| LOW | stb_image_resize2.h | 641 | STBIRDEF int stbir_set_non_pm_alpha_speed_over_quality( STBIR_RESIZE * resize, int non_pma_alpha_speed_over_quality ); |
| LOW | stb_image_resize2.h | 661 | STBIRDEF int stbir_resize_extended( STBIR_RESIZE * resize ); |
| LOW | stb_image_resize2.h | 681 | // Note that you MUST call stbir_build_samplers_with_splits before stbir_resize_extended_split! |
| LOW | stb_image_resize2.h | 701 | // |
| LOW | stb_image_resize2.h | 721 | // return optional_output; // return the optional buffer that we filled |
| LOW | stb_image_resize2.h | 781 | #endif // STBIR_INCLUDE_STB_IMAGE_RESIZE2_H |
| LOW | stb_image_resize2.h | 801 | #else |
| LOW | stb_image_resize2.h | 821 | #endif |
| LOW | stb_image_resize2.h | 841 | #endif |
| LOW | stb_image_resize2.h | 881 | STBIRI_AR_PM = 16, |
| LOW | stb_image_resize2.h | 1161 | return (unsigned char) ((bias + scale*t) >> 16); |
| LOW | stb_image_resize2.h | 1181 | |
| LOW | stb_image_resize2.h | 1201 | #define STBIR_AVX2 |
| LOW | stb_image_resize2.h | 1221 | #endif |
| LOW | stb_image_resize2.h | 1241 | #else |
| LOW | stb_image_resize2.h | 1261 | #else |
| LOW | stb_image_resize2.h | 1281 | #endif |
| LOW | stb_image_resize2.h | 1301 | #endif |
| LOW | stb_image_resize2.h | 1321 | #define stbir__simdf_load2( out, ptr ) (out) = _mm_castsi128_ps( _mm_loadl_epi64( (__m128i*)(ptr)) ) // top values can |
| LOW | stb_image_resize2.h | 1361 | out1 = _mm_unpackhi_epi16( ireg, zero ); \ |
| LOW | stb_image_resize2.h | 1381 | #define stbir__simdf_madd1( out, add, mul1, mul2 ) (out) = _mm_fmadd_ss( mul1, mul2, add ) |
| LOW | stb_image_resize2.h | 1401 | |
| LOW | stb_image_resize2.h | 1461 | #if defined(_MSC_VER) && !defined(__clang__) |
| LOW | stb_image_resize2.h | 1501 | #include <immintrin.h> |
| LOW | stb_image_resize2.h | 1641 | |
| LOW | stb_image_resize2.h | 1661 | |
| LOW | stb_image_resize2.h | 1721 | #define stbir__simdf_load1( out, ptr ) (out) = vld1q_dup_f32( (float const*)(ptr) ) // top values can be random (not d |
| LOW | stb_image_resize2.h | 1761 | { \ |
| LOW | stb_image_resize2.h | 1781 | #define stbir__simdf_madd( out, add, mul1, mul2 ) (out) = vfmaq_f32( add, mul1, mul2 ) |
| LOW | stb_image_resize2.h | 1921 | |
| LOW | stb_image_resize2.h | 1981 | #define stbir_simdi_castf( reg ) (reg) |
| LOW | stb_image_resize2.h | 2021 | v128_t tmp = wasm_u16x8_extend_low_u8x16(ireg); \ |
| LOW | stb_image_resize2.h | 2041 | #define stbir__simdf_add_mem( out, reg, ptr ) (out) = wasm_f32x4_add( reg, wasm_v128_load( (void const*)(ptr) ) |
| LOW | stb_image_resize2.h | 2121 | #define STBIR__SIMDF_CONST(var, x) stbir__simdf var = (v128_t)(stbir__f32x4){ x, x, x, x } |
| LOW | stb_image_resize2.h | 2141 | return wasm_f32x4_extract_lane( wasm_f32x4_ceil( wasm_f32x4_splat(x) ), 0); |
| LOW | stb_image_resize2.h | 2161 | #define stbir__simdfX_madd stbir__simdf8_madd |
| LOW | stb_image_resize2.h | 2181 | static const stbir__simdf8 STBIR_simd_point58 = { 0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5 }; |
| LOW | stb_image_resize2.h | 2201 | #define stbir__simdfX_1a1a stbir__simdf_1a1a |
| LOW | stb_image_resize2.h | 2541 | #define stbir__simdf_0123to0001( out, reg ) (out) = stbir__simdf_swiz( reg, 0,0,0,1 ) |
| LOW | stb_image_resize2.h | 2781 | #define STBIR_PROFILE_START_ll( info, wh ) { stbir_uint64 wh##thiszonetime = STBIR_PROFILE_FUNC(); stbir_uint64 * wh##sa |
| LOW | stb_image_resize2.h | 2801 | #define STBIR_ONLY_PROFILE_SET_SPLIT_INFO |
| LOW | stb_image_resize2.h | 2821 | #define STBIR_CEILF(x) ((float)ceil((float)(x))) |
| LOW | stb_image_resize2.h | 4081 | #define stbir__decode_swizzle |
| LOW | stb_image_resize2.h | 4101 | #define stbir__encode_order1 0 |
| 815 more matches not shown… |