Search code examples
How do I force gcc to call memcpy under -Os...


cgccx86-64compiler-optimizationbuilt-in

Read More
How to build when __builtin_va_arg_pack() is used...


gccbuilt-infunction-call

Read More
Count 1-bits of an integer as fast as GCC's __builtin__popcount(int)...


cbit-manipulationbuilt-inpopulation-count

Read More
itertools.ifilter Vs. filter Vs. list comprehensions...


pythonfunctionmodulebuilt-in

Read More
Time/space complexity of in-built python functions...


pythonfunctiontime-complexitybuilt-inspace-complexity

Read More
2D matrix convolution with convolve() in R...


rmatrixconvolutionbuilt-in

Read More
What is and how can I to use getattr() in Python?...


pythonfunctionbuilt-ingetattrclass-attributes

Read More
Exponentials in python: x**y vs math.pow(x, y)...


pythonmathbuilt-inpow

Read More
Decorating Hex function to pad zeros...


pythonhexpaddingbuilt-in

Read More
How to find a value in an array and remove it by using PHP array functions?...


phparraysfunctionbuilt-in

Read More
What is the advantage of GCC's __builtin_expect in if else statements?...


clinuxgccbuilt-inlikely-unlikely

Read More
Getting the index of the leftmost active bit in an integer instantly...


c++bit-manipulationbitbuilt-infindfirst

Read More
Built-in snippet not working in VS Code for React...


reactjsvisual-studio-codecode-snippetsbuilt-in

Read More
What is the purpose of the : (colon) GNU Bash builtin?...


bashshellbuilt-in

Read More
Enable Query Logging in SQLite 3...


sqldatabasesqliteloggingbuilt-in

Read More
Don't display pushd/popd stack across several bash scripts (quiet pushd/popd)...


bashoutputbuilt-in

Read More
__builtin_clz() is negative...


c++built-in

Read More
Why does __builtin_clzll(variable) return a random number when the variable is 0, but returns 64 whe...


c++gccbuilt-inbitset

Read More
Location of built in functions Microchip C30 Compiler...


cmicrocontrollerbuilt-inmicrochip

Read More
Why can't I import pkg "builtin"?...


gobuilt-in

Read More
Difference between MSVC builtin macros _M_AMD64 and _M_X64...


c++visual-c++macrosbuilt-in

Read More
How do I implement putchar in C to support RTS?...


compiler-errorsruntimelinker-errorsadabuilt-in

Read More
How and why does Python's built-in round() function work flawlessly with pandas?...


pythonpandasroundingbuilt-in

Read More
Iterating over built-in attributes of foo.py module. I got an error...


pythonmethodsbuilt-in

Read More
How to hint to GCC that a line should be unreachable at compile time?...


cgccpragmabuilt-inunreachable-code

Read More
Difference between r-base and r-recommended packages...


rpackagebuilt-in

Read More
How to tell which version of R I'm running when two versions are installed...


rversionbuilt-in

Read More
Finding the proper Python type hint, for instance, the signature of the built-in function map()...


pythonpython-typingbuilt-in

Read More
Using getattr() to access built-in functions...


pythonpython-3.xkeywordbuilt-ingetattr

Read More
No man page for the cd command...


linuxshellcommandbuilt-inubuntu-15.10

Read More
BackNext