• printf outputs wrong result when do multiplication
    volatile unsigned char a; a = 3; printf("%u\n", a * 100); The output is 11264. Why? Any reply would be greatly appreciated.
  • Wrong result using unsigned 32 bit calculations
    Hi, I experienced a problem with uint32 calculations. The following code calculates a wrong result. Has anyone found other problems with the unsigned long integer data type? xdata unsigned...
  • Wrong result using unsigned 32 bit calculations
    Hi, I experienced a problem with uint32 calculations. The following code calculates a wrong result. Has anyone found other problems with the unsigned long integer data type? xdata unsigned...
  • printf outputs wrong result when do multiplication
    volatile unsigned char a; a = 3; printf("%u\n", a * 100); The output is 11264. Why? Any reply would be greatly appreciated.
  • OpenCL on Galaxy S7 (MALI GPU) deliver wrong results
    Hello ARM Community, I have a pipeline of OpenCL kernels executions that are being applied one after another. The pattern is: Output[i] = Kernel(Output[i-1]) There are about 150 enqueued kernel...